summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 14:02:00 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-14 14:08:48 +0200
commitfca27fc5df04c2722f031d7a60b362f61d2177e5 (patch)
treeb76245e353b65d939d9068342480791af2612b73 /dev-python/path-py
parentkde-frameworks: Add KDE Frameworks 5.48 (diff)
downloadgentoo-fca27fc5df04c2722f031d7a60b362f61d2177e5.tar.gz
gentoo-fca27fc5df04c2722f031d7a60b362f61d2177e5.tar.bz2
gentoo-fca27fc5df04c2722f031d7a60b362f61d2177e5.zip
dev-python/path-py: Add missing test-dep on packaging
Closes: https://bugs.gentoo.org/660934
Diffstat (limited to 'dev-python/path-py')
-rw-r--r--dev-python/path-py/path-py-11.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]
)"