You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/reportlab/files/reportlab-no-pip.patch

13 lines
419 B

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 #########')