diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-25 10:05:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-25 10:10:32 +0200 |
commit | b7101425f92b6d291e28a9ff3d9c4956e473b477 (patch) | |
tree | 692d2700303fdbb52dc999e1a89033645689a85d /dev-python/packaging | |
parent | dev-python/path-py: Version Bump (diff) | |
download | gentoo-b7101425f92b6d291e28a9ff3d9c4956e473b477.tar.gz gentoo-b7101425f92b6d291e28a9ff3d9c4956e473b477.tar.bz2 gentoo-b7101425f92b6d291e28a9ff3d9c4956e473b477.zip |
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 <jlec@gentoo.org>
Diffstat (limited to 'dev-python/packaging')
-rw-r--r-- | dev-python/packaging/packaging-15.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] |