diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-27 19:21:00 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-27 19:21:00 +0000 |
commit | 9d88e7853343b918a25ad44d0945ac3208bb595c (patch) | |
tree | 5fa70d17b8203ab72973f7fbe6b2fd9379338ca7 /sysutils/py-filelike/files | |
parent | Fix typos in x11-toolkits/py-kivy. (diff) |
- Fix build with distribute -> setuptools change
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=335046
Diffstat (limited to 'sysutils/py-filelike/files')
-rw-r--r-- | sysutils/py-filelike/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/py-filelike/files/patch-setup.py b/sysutils/py-filelike/files/patch-setup.py new file mode 100644 index 000000000000..b7e6016b3524 --- /dev/null +++ b/sysutils/py-filelike/files/patch-setup.py @@ -0,0 +1,10 @@ +--- ./setup.py.orig 2013-11-27 16:56:21.489321513 -0200 ++++ ./setup.py 2013-11-27 16:57:06.823319522 -0200 +@@ -1,7 +1,5 @@ + + import sys +-import distribute_setup +-distribute_setup.use_setuptools() + from setuptools import setup, find_packages + + |