diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-22 22:02:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-22 22:02:38 -0500 |
commit | f395cffdfb0b3182b2922124d39c92e9bf72b771 (patch) | |
tree | f12195f4d16a98659484452046f52eea75fba4db /dev-python | |
parent | profiles/base/package.use.mask: Drop old cairo/drm entry. (diff) | |
download | gentoo-f395cffdfb0b3182b2922124d39c92e9bf72b771.tar.gz gentoo-f395cffdfb0b3182b2922124d39c92e9bf72b771.tar.bz2 gentoo-f395cffdfb0b3182b2922124d39c92e9bf72b771.zip |
dev-python/python-cinderclient: fixing typo in dep of python-keystoneclient
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild index fa0e674a917d..a6526a6e52af 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild @@ -40,7 +40,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND=">=dev-python/prettytable-0.7[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}] - >=dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}] + <dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}] >=dev-python/requests-2.2.0[${PYTHON_USEDEP}] !~dev-python/requests-2.4.0[${PYTHON_USEDEP}] >=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}] |