Files
pkgsrc-ng/devel/py-subprocess32/patches/patch-setup.py
2016-11-18 22:39:22 +01:00

13 lines
276 B
Python

$NetBSD: patch-setup.py,v 1.2 2015/12/08 14:12:03 nonaka Exp $
--- setup.py.orig 2015-11-16 13:32:05.000000000 +0900
+++ setup.py 2015-12-08 22:57:38.000000000 +0900
@@ -2,6 +2,7 @@
import os
import sys
+import setuptools
from distutils.core import setup, Extension