From: Michał Górny Date: Sat, 14 Jul 2018 12:02:00 +0000 (+0200) Subject: dev-python/path-py: Add missing test-dep on packaging X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fca27fc5df04c2722f031d7a60b362f61d2177e5;p=gentoo.git dev-python/path-py: Add missing test-dep on packaging Closes: https://bugs.gentoo.org/660934 --- diff --git a/dev-python/path-py/path-py-11.0.1.ebuild b/dev-python/path-py/path-py-11.0.1.ebuild index 730d60b7603b..8fe229445c49 100644 --- a/dev-python/path-py/path-py-11.0.1.ebuild +++ b/dev-python/path-py/path-py-11.0.1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( + dev-python/packaging[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )"