diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-18 02:04:09 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-18 02:04:09 -0500 |
commit | 9f26e025989cf8c3e78d86e93158cc8064a7e8b4 (patch) | |
tree | 19c2ea65dc2080ab98015058f34a376abeb266b4 /sys-auth | |
parent | dev-python/oslo-i18n: bump for liberty (diff) | |
download | gentoo-9f26e025989cf8c3e78d86e93158cc8064a7e8b4.tar.gz gentoo-9f26e025989cf8c3e78d86e93158cc8064a7e8b4.tar.bz2 gentoo-9f26e025989cf8c3e78d86e93158cc8064a7e8b4.zip |
sys-auth/keystone: fixing six dep
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-8.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild index 94f435ba8517..04c02e5d5806 100644 --- a/sys-auth/keystone/keystone-2015.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild @@ -87,7 +87,7 @@ RDEPEND=" >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] <=dev-python/cryptography-1.0.1-r9999[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - <=dev-python/six-1.9.0[${PYTHON_USEDEP}] + <=dev-python/six-1.9.0-r9999[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.9.9[sqlite,${PYTHON_USEDEP}] <dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-8.0.0.ebuild b/sys-auth/keystone/keystone-8.0.0.ebuild index 85df2a42adea..3874e30e9bef 100644 --- a/sys-auth/keystone/keystone-8.0.0.ebuild +++ b/sys-auth/keystone/keystone-8.0.0.ebuild @@ -86,7 +86,7 @@ RDEPEND=" >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] <=dev-python/cryptography-1.0.1-r9999[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - <=dev-python/six-1.9.0[${PYTHON_USEDEP}] + <=dev-python/six-1.9.0-r9999[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.9.9[sqlite,${PYTHON_USEDEP}] <dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}] |