summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-01-21 16:09:33 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-01-21 16:09:33 +0000
commit7522262018ae202ecf368716076562ff68f9630e (patch)
treee6af31d07c34d63ba744c25abfc83cb3a8fad894 /dev-python/python-cinderclient
parentStable for sparc, wrt bug #451934 (diff)
downloadgentoo-2-7522262018ae202ecf368716076562ff68f9630e.tar.gz
gentoo-2-7522262018ae202ecf368716076562ff68f9630e.tar.bz2
gentoo-2-7522262018ae202ecf368716076562ff68f9630e.zip
the requests dep was inverted
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r--dev-python/python-cinderclient/ChangeLog7
-rw-r--r--dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog
index a1c32dfc5fe8..0c171791265a 100644
--- a/dev-python/python-cinderclient/ChangeLog
+++ b/dev-python/python-cinderclient/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for dev-python/python-cinderclient
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.1 2013/01/21 09:24:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.2 2013/01/21 16:09:33 prometheanfire Exp $
+
+ 21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+ python-cinderclient-1.0.2.ebuild:
+ the requests dep was inverted
*python-cinderclient-1.0.2 (21 Jan 2013)
21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-cinderclient-1.0.2.ebuild, +metadata.xml:
inital add of python-cinderclient
-
diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild
index babf35fe17ca..ba2a92aba35d 100644
--- a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-1.0.2.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/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild,v 1.1 2013/01/21 09:24:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild,v 1.2 2013/01/21 16:09:33 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -28,7 +28,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.22 )"
RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
<=dev-python/prettytable-0.7
- >=dev-python/requests-1.0[${PYTHON_USEDEP}]
+ <=dev-python/requests-1.0
dev-python/simplejson[${PYTHON_USEDEP}]"
python_test() {