freebsd-ports/devel/py-foolscap/files/patch-setup.py
Kevin Lo 5bf08f5380 - Build with easy_install
- Update plist
- Bump PORTREVISION

Feature safe:	yes
2012-03-12 07:19:07 +00:00

11 lines
336 B
Python

--- setup.py.orig 2012-01-06 11:21:39.000000000 +0800
+++ setup.py 2012-03-12 15:07:15.000000000 +0800
@@ -58,7 +58,7 @@
# entry_points= scripts to create the appropriate .bat files.
import setuptools
_hush_pyflakes = [setuptools]
- have_setuptools = True
+ have_setuptools = False
except ImportError:
pass