ports/devel/py-gitdb/files/patch-setup.py
Wen Heping 6ae8af5120 - Update to 0.6.4 [1]
- Reset maintainer to ports@

PR:		199334 [1]
Submitted by:	che@bein.link [1]
2015-04-11 01:14:32 +00:00

17 lines
523 B
Python

--- setup.py.orig 2015-04-11 08:54:57.874207098 +0800
+++ setup.py 2015-04-11 08:55:51.594098942 +0800
@@ -8,14 +8,6 @@
# wow, this is a mixed bag ... I am pretty upset about all of this ...
setuptools_build_py_module = None
-try:
- # don't pull it in if we don't have to
- if 'setuptools' in sys.modules:
- import setuptools.command.build_py as setuptools_build_py_module
- from setuptools.command.build_ext import build_ext
-except ImportError:
- pass
-
class build_ext_nofail(build_ext):