diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 14:36:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 14:36:22 +0100 |
commit | d8eb8af7319e1fc73e14704c6c28cddc60a4b3df (patch) | |
tree | ec4528594374a2adf9713c225b3737494da3c176 /dev-python/testresources | |
parent | dev-python/testrepository: Remove redundant longdesc (diff) | |
download | gentoo-d8eb8af7319e1fc73e14704c6c28cddc60a4b3df.tar.gz gentoo-d8eb8af7319e1fc73e14704c6c28cddc60a4b3df.tar.bz2 gentoo-d8eb8af7319e1fc73e14704c6c28cddc60a4b3df.zip |
dev-python/testresources: Add missing dep on pbr
Closes: https://bugs.gentoo.org/663524
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testresources')
-rw-r--r-- | dev-python/testresources/testresources-2.0.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] |