commit:     9b55e2d3897a0ec29e9f9b731716b992fa242b7f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 07:44:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 08:42:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b55e2d3

dev-python/reportlab: Fix dependencies

drop pip as not needed
Move setuptools to DEPEND

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564836

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/reportlab/reportlab-3.1.44-r1.ebuild | 3 +--
 dev-python/reportlab/reportlab-3.2.0.ebuild     | 5 +++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild 
b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild
index 4028999..da7f69b 100644
--- a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild
+++ b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild
@@ -22,13 +22,12 @@ IUSE="doc examples"
 
 RDEPEND="
        >=dev-python/pillow-2.4.0[tiff,${PYTHON_USEDEP}]
-       >=dev-python/pip-1.4.1[${PYTHON_USEDEP}]
-       >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
        media-fonts/dejavu
        media-libs/libart_lgpl
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
+       >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
        app-arch/unzip
 "
 

diff --git a/dev-python/reportlab/reportlab-3.2.0.ebuild 
b/dev-python/reportlab/reportlab-3.2.0.ebuild
index 1cfcdef..fc3505f 100644
--- a/dev-python/reportlab/reportlab-3.2.0.ebuild
+++ b/dev-python/reportlab/reportlab-3.2.0.ebuild
@@ -3,7 +3,9 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # Tests crash with pypy
+
 inherit distutils-r1 flag-o-matic prefix
 
 DESCRIPTION="Tools for generating printable PDF documents from any data source"
@@ -18,12 +20,11 @@ IUSE="doc examples"
 
 RDEPEND="
        >=dev-python/pillow-2.4.0[tiff,truetype,${PYTHON_USEDEP}]
-       >=dev-python/pip-1.4.1[${PYTHON_USEDEP}]
-       >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
        media-libs/libart_lgpl
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
+       >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
        app-arch/unzip
 "
 

Reply via email to