commit: 6493891b9a828e7e186665d54d76825fee4fe5fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 10:27:34 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:27:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6493891b
dev-python/testscenarios: Add RDEP on dev-python/pbr
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{testscenarios-0.5.0-r2.ebuild => testscenarios-0.5.0-r3.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild
similarity index 95%
rename from dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
rename to dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild
index 958c00507714..c423d0812bf4 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild
@@ -22,6 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips
~ppc ~ppc64 ~riscv ~
RDEPEND="
dev-python/testtools[${PYTHON_USEDEP}]
+ >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
"
# using pytest for tests since unittest loader fails with py3.5+