summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-11-13 16:00:23 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2015-11-13 16:00:23 -0600
commitf6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a (patch)
tree59cf52963e8630b99fe61926c7cd91d0e56e1ac5 /dev-python/bashate
parentapp-admin/glance: simplifying some >= <= deps to ~ (diff)
downloadgentoo-f6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a.tar.gz
gentoo-f6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a.tar.bz2
gentoo-f6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a.zip
dev-python/bashate: bashate can use pbr up to 2.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/bashate')
-rw-r--r--dev-python/bashate/bashate-0.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bashate/bashate-0.3.1.ebuild b/dev-python/bashate/bashate-0.3.1.ebuild
index e1d4c7dd8490..8fd3ed6a3d7b 100644
--- a/dev-python/bashate/bashate-0.3.1.ebuild
+++ b/dev-python/bashate/bashate-0.3.1.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
- <dev-python/pbr-1.0[${PYTHON_USEDEP}]
+ <dev-python/pbr-2.0[${PYTHON_USEDEP}]
"
RDEPEND="
>=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]