diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-28 12:28:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-28 12:28:10 +0200 |
commit | 8b6283b65a6d2f11f65c1ccfba28497f150f470a (patch) | |
tree | b413df17cb66e6ad7ccada80dedcaed791e6c1e6 /dev-python/testresources | |
parent | dev-python/testscenarios: Add RDEP on dev-python/pbr (diff) | |
download | gentoo-8b6283b65a6d2f11f65c1ccfba28497f150f470a.tar.gz gentoo-8b6283b65a6d2f11f65c1ccfba28497f150f470a.tar.bz2 gentoo-8b6283b65a6d2f11f65c1ccfba28497f150f470a.zip |
dev-python/testresources: Add RDEP on dev-python/pbr
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-r2.ebuild (renamed from dev-python/testresources/testresources-2.0.1-r1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/testresources/testresources-2.0.1-r1.ebuild b/dev-python/testresources/testresources-2.0.1-r2.ebuild index 2805cb3bc836..b30a3c662741 100644 --- a/dev-python/testresources/testresources-2.0.1-r1.ebuild +++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild @@ -20,6 +20,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +RDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] +" BDEPEND=" dev-python/pbr[${PYTHON_USEDEP}] test? ( |