diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-02 23:40:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-02 23:41:01 -0500 |
commit | 59ef04f89900f7e9dc5b264bbd1f8558c343d721 (patch) | |
tree | 95998f85fe762aedab91c234acac9db54cd7f8fd /dev-python/tenacity | |
parent | dev-perl/Cache-FastMmap: Bump to version 1.460.0 (diff) | |
download | gentoo-59ef04f89900f7e9dc5b264bbd1f8558c343d721.tar.gz gentoo-59ef04f89900f7e9dc5b264bbd1f8558c343d721.tar.bz2 gentoo-59ef04f89900f7e9dc5b264bbd1f8558c343d721.zip |
dev-python/tenacity: fixing missing dep (on pbr) for bug 632880
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/tenacity')
-rw-r--r-- | dev-python/tenacity/tenacity-4.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tenacity/tenacity-4.4.0.ebuild b/dev-python/tenacity/tenacity-4.4.0.ebuild index 2e15cd1c9043..e235720357e4 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=" |