commit:     59ef04f89900f7e9dc5b264bbd1f8558c343d721
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 04:40:11 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 04:41:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ef04f8

dev-python/tenacity: fixing missing dep (on pbr) for bug 632880

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/tenacity/tenacity-4.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tenacity/tenacity-4.4.0.ebuild 
b/dev-python/tenacity/tenacity-4.4.0.ebuild
index 2e15cd1c904..e235720357e 100644
--- a/dev-python/tenacity/tenacity-4.4.0.ebuild
+++ b/dev-python/tenacity/tenacity-4.4.0.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="
+       dev-python/pbr[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
 "
 RDEPEND="

Reply via email to