commit:     d8eb8af7319e1fc73e14704c6c28cddc60a4b3df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 13:36:22 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 13:36:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eb8af7

dev-python/testresources: Add missing dep on pbr

Closes: https://bugs.gentoo.org/663524
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 721f99b6fe8..efb20c96a1d 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}]

Reply via email to