diff options
author | 2014-07-06 12:57:19 +0000 | |
---|---|---|
committer | 2014-07-06 12:57:19 +0000 | |
commit | c22a51d1998c3967295b7f4f21a97272bc659651 (patch) | |
tree | 1b63702c9a0008369925bf691bcef9b41e8332c6 /sys-cluster/nova/nova-9999.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-c22a51d1998c3967295b7f4f21a97272bc659651.tar.gz gentoo-2-c22a51d1998c3967295b7f4f21a97272bc659651.tar.bz2 gentoo-2-c22a51d1998c3967295b7f4f21a97272bc659651.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-cluster/nova/nova-9999.ebuild')
-rw-r--r-- | sys-cluster/nova/nova-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-9999.ebuild b/sys-cluster/nova/nova-9999.ebuild index d2d9fcd21c88..6acaa2a4f414 100644 --- a/sys-cluster/nova/nova-9999.ebuild +++ b/sys-cluster/nova/nova-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/nova/nova-9999.ebuild,v 1.14 2014/06/30 03:59:01 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.15 2014/07/06 12:57:19 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -31,7 +31,6 @@ RDEPEND="sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] <dev-python/sqlalchemy-0.9.99[postgres,${PYTHON_USEDEP}] ) >=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] >=dev-python/boto-2.12.0[${PYTHON_USEDEP}] !~dev-python/boto-2.13.0[${PYTHON_USEDEP}] >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}] |