diff options
Diffstat (limited to 'sysutils/py-filelike/files/patch-setup.py')
-rw-r--r-- | sysutils/py-filelike/files/patch-setup.py | 12 |
1 files changed, 12 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 00000000000..560c4728d73 --- /dev/null +++ b/sysutils/py-filelike/files/patch-setup.py @@ -0,0 +1,12 @@ +--- setup.py.orig ++++ setup.py +@@ -5,9 +5,6 @@ + # This script is placed in the public domain. + # + +-import ez_setup +-ez_setup.use_setuptools() +- + from setuptools import setup, find_packages + + # Import to allow pertinent info to be extracted |