diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-28 00:58:43 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-28 00:59:21 -0600 |
commit | 2b6b92e22d20f199d7df889b2bbad7c384597e7c (patch) | |
tree | 7b133fb98ae2eee4e5f3b0a102c539b89baf95f4 /sys-cluster/heat | |
parent | dev-util/perf: add myself to maintainer list (diff) | |
download | gentoo-2b6b92e22d20f199d7df889b2bbad7c384597e7c.tar.gz gentoo-2b6b92e22d20f199d7df889b2bbad7c384597e7c.tar.bz2 gentoo-2b6b92e22d20f199d7df889b2bbad7c384597e7c.zip |
sys-cluster/heat: fixing novaclient dep
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
Diffstat (limited to 'sys-cluster/heat')
-rw-r--r-- | sys-cluster/heat/heat-2017.1.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-8.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild index a6439ca25b03..3fcbe2725d02 100644 --- a/sys-cluster/heat/heat-2017.1.9999.ebuild +++ b/sys-cluster/heat/heat-2017.1.9999.ebuild @@ -72,7 +72,7 @@ RDEPEND=" >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}] >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}] - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}] + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}] >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}] >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}] diff --git a/sys-cluster/heat/heat-8.0.0.ebuild b/sys-cluster/heat/heat-8.0.0.ebuild index 9390f7279ec5..4fef39ae1287 100644 --- a/sys-cluster/heat/heat-8.0.0.ebuild +++ b/sys-cluster/heat/heat-8.0.0.ebuild @@ -71,7 +71,7 @@ RDEPEND=" >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}] >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}] - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}] + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}] >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}] >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}] |