diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 14:02:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-14 14:08:48 +0200 |
commit | fca27fc5df04c2722f031d7a60b362f61d2177e5 (patch) | |
tree | b76245e353b65d939d9068342480791af2612b73 | |
parent | kde-frameworks: Add KDE Frameworks 5.48 (diff) | |
download | gentoo-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
-rw-r--r-- | dev-python/path-py/path-py-11.0.1.ebuild | 1 |
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}] )" |