summaryrefslogtreecommitdiff
path: root/dev-python/reportlab/files/reportlab-no-pip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/reportlab/files/reportlab-no-pip.patch')
-rw-r--r--dev-python/reportlab/files/reportlab-no-pip.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/reportlab/files/reportlab-no-pip.patch b/dev-python/reportlab/files/reportlab-no-pip.patch
new file mode 100644
index 000000000000..332878e24dcf
--- /dev/null
+++ b/dev-python/reportlab/files/reportlab-no-pip.patch
@@ -0,0 +1,12 @@
+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 #########')