commit: db03e1022d3aa20d06c2cf8916fbc151dff21ada
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 15:09:56 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 15:09:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db03e102
sys-auth/keystone: fixing paste dep
Package-Manager: portage-2.3.0
sys-auth/keystone/keystone-2016.2.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/keystone/keystone-2016.2.9999.ebuild
b/sys-auth/keystone/keystone-2016.2.9999.ebuild
index 01e73dd..a3028d73 100644
--- a/sys-auth/keystone/keystone-2016.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2016.2.9999.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
>=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
>=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
- <=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
+ dev-python/paste[${PYTHON_USEDEP}]
>=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
!~dev-python/routes-2.0[${PYTHON_USEDEP}]
!~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]