dev-python/path-py: Add missing test-dep on packaging

Closes: https://bugs.gentoo.org/660934
This commit is contained in:
Michał Górny
2018-07-14 14:02:00 +02:00
parent 82d39affe7
commit fca27fc5df

View File

@@ -23,6 +23,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"