From fca27fc5df04c2722f031d7a60b362f61d2177e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 Jul 2018 14:02:00 +0200 Subject: [PATCH] dev-python/path-py: Add missing test-dep on packaging Closes: https://bugs.gentoo.org/660934 --- dev-python/path-py/path-py-11.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 730d60b7603b5..8fe229445c49d 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}] )"