From d8eb8af7319e1fc73e14704c6c28cddc60a4b3df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Mar 2020 14:36:22 +0100 Subject: [PATCH] dev-python/testresources: Add missing dep on pbr MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/663524 Signed-off-by: Michał Górny --- dev-python/testresources/testresources-2.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild index 721f99b6fe8c..efb20c96a1da 100644 --- a/dev-python/testresources/testresources-2.0.1.ebuild +++ b/dev-python/testresources/testresources-2.0.1.ebuild @@ -18,6 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] -- 2.26.2