From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/reportlab/files/reportlab-no-pip.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-python/reportlab/files/reportlab-no-pip.patch (limited to 'dev-python/reportlab/files') 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 #########') -- cgit v1.2.3