diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-10-22 18:26:59 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-10-22 18:26:59 +0000 |
commit | 95430c18e91db4c14f01831e923f135b554558cd (patch) | |
tree | 39b0b836548bdccb5267b3990033c0948d56940b /sys-auth | |
parent | update of glance to havana, just for swift (diff) | |
download | gentoo-2-95430c18e91db4c14f01831e923f135b554558cd.tar.gz gentoo-2-95430c18e91db4c14f01831e923f135b554558cd.tar.bz2 gentoo-2-95430c18e91db4c14f01831e923f135b554558cd.zip |
better deps for sqlalchemy
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.2.9999.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 60d950a5c38b..b039f993b131 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.40 2013/10/22 05:57:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.41 2013/10/22 18:26:59 prometheanfire Exp $ + + 22 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> + keystone-2013.2.9999.ebuild: + better deps for sqlalchemy *keystone-2013.2.9999 (22 Oct 2013) diff --git a/sys-auth/keystone/keystone-2013.2.9999.ebuild b/sys-auth/keystone/keystone-2013.2.9999.ebuild index 391b9ad5a522..5c151b881593 100644 --- a/sys-auth/keystone/keystone-2013.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2013.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.1 2013/10/22 05:57:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.2 2013/10/22 18:26:59 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -37,11 +37,11 @@ RDEPEND="${DEPEND} dev-python/paste[${PYTHON_USEDEP}] >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] - <dev-python/sqlalchemy-0.7.10[sqlite,${PYTHON_USEDEP}] ) + <dev-python/sqlalchemy-0.7.99[sqlite,${PYTHON_USEDEP}] ) mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] - <dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] ) + <dev-python/sqlalchemy-0.7.99[mysql,${PYTHON_USEDEP}] ) postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] - <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] ) + <dev-python/sqlalchemy-0.7.99[postgres,${PYTHON_USEDEP}] ) >=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] >=dev-python/lxml-2.3[${PYTHON_USEDEP}] |