From: Justin Lecher Date: Tue, 25 Aug 2015 08:05:39 +0000 (+0200) Subject: dev-python/packaging: Add missing dep in dev-python/setuptools X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b7101425f92b6d291e28a9ff3d9c4956e473b477;p=gentoo.git dev-python/packaging: Add missing dep in dev-python/setuptools Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558658 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/packaging/packaging-15.3.ebuild b/dev-python/packaging/packaging-15.3.ebuild index 45ee1b81fbda..a6b0f21d3a45 100644 --- a/dev-python/packaging/packaging-15.3.ebuild +++ b/dev-python/packaging/packaging-15.3.ebuild @@ -19,6 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pretend[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]