diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-30 22:37:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-30 22:41:20 -0500 |
commit | 763f74349737181ebdf87ba3fe29b7d6632a68eb (patch) | |
tree | fe62a5c64e85117d4ed9108c4b49060851baedb2 | |
parent | dev-python/dulwich: adding missing keywords, allarches, stable amd64 and x86 (diff) | |
download | gentoo-763f74349737181ebdf87ba3fe29b7d6632a68eb.tar.gz gentoo-763f74349737181ebdf87ba3fe29b7d6632a68eb.tar.bz2 gentoo-763f74349737181ebdf87ba3fe29b7d6632a68eb.zip |
dev-python/reno: 2.2.1, correcting pbr dep
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | dev-python/reno/reno-2.2.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/reno/reno-2.2.1.ebuild b/dev-python/reno/reno-2.2.1.ebuild index 2d71015bcdba..f6155da6feb1 100644 --- a/dev-python/reno/reno-2.2.1.ebuild +++ b/dev-python/reno/reno-2.2.1.ebuild @@ -15,9 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" -CDEPEND=" - >=dev-python/pbr-1.4[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" +CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] ${CDEPEND}" |