gentoo/dev-python/reportlab/files/reportlab-no-pip.patch
2015-11-25 15:05:12 -05:00

13 lines
419 B
Diff

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -538,7 +538,7 @@
],
#this probably only works for setuptools, but distutils seems to ignore it
- install_requires=['pillow>=2.4.0','pip>=1.4.1', 'setuptools>=2.2'],
+ install_requires=['pillow>=2.4.0'],
)
print()
print('########## SUMMARY INFO #########')