diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-13 16:00:23 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-13 16:00:23 -0600 |
commit | f6cd53d5aa8bc9a0611b1b5b5d7d7948eeb6fd2a (patch) | |
tree | 59cf52963e8630b99fe61926c7cd91d0e56e1ac5 /dev-python/bashate | |
parent | app-admin/glance: simplifying some >= <= deps to ~ (diff) | |
download | gentoo-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.ebuild | 2 |
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}] |