summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-09-14 19:50:12 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-09-14 19:50:12 +0000
commit2df8bc8a4dc370ade2495dfc85a01a9e972e8be5 (patch)
tree006dd78f3f00b0f9d5f2d2db4e6fb17c55745737 /sys-cluster
parentVersion bump, bug #517372. Remove old. (diff)
downloadgentoo-2-2df8bc8a4dc370ade2495dfc85a01a9e972e8be5.tar.gz
gentoo-2-2df8bc8a4dc370ade2495dfc85a01a9e972e8be5.tar.bz2
gentoo-2-2df8bc8a4dc370ade2495dfc85a01a9e972e8be5.zip
updating requirements.txt stuffs
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/cinder/ChangeLog6
-rw-r--r--sys-cluster/cinder/cinder-2014.1.9999.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-cluster/cinder/ChangeLog b/sys-cluster/cinder/ChangeLog
index 104d81aa1bea..e69460c54906 100644
--- a/sys-cluster/cinder/ChangeLog
+++ b/sys-cluster/cinder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/cinder
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.42 2014/09/03 20:46:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.43 2014/09/14 19:50:12 prometheanfire Exp $
+
+ 14 Sep 2014; Matthew Thode <prometheanfire@gentoo.org>
+ cinder-2014.1.9999.ebuild:
+ updating requirements.txt stuffs
03 Sep 2014; Ulrich Müller <ulm@gentoo.org> -files/cinder.confd:
QA: Remove unused file, bug 520768.
diff --git a/sys-cluster/cinder/cinder-2014.1.9999.ebuild b/sys-cluster/cinder/cinder-2014.1.9999.ebuild
index 7573deca4cc9..159350a11854 100644
--- a/sys-cluster/cinder/cinder-2014.1.9999.ebuild
+++ b/sys-cluster/cinder/cinder-2014.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.4 2014/08/10 20:20:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.5 2014/09/14 19:50:12 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -40,7 +40,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
dev-python/oslo-sphinx[${PYTHON_USEDEP}] )"
-RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
>=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
@@ -61,10 +61,11 @@ RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}]
>=dev-python/requests-1.1[${PYTHON_USEDEP}]
>=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+ !~dev-python/routes-2.0[${PYTHON_USEDEP}]
>=dev-python/taskflow-0.1.3[${PYTHON_USEDEP}]
<dev-python/taskflow-0.2[${PYTHON_USEDEP}]
>=dev-python/rtslib-fb-2.1.39[${PYTHON_USEDEP}]
- >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
+ >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
sqlite? (
>=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
!~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]