diff options
author | 2014-07-06 12:47:58 +0000 | |
---|---|---|
committer | 2014-07-06 12:47:58 +0000 | |
commit | 1637dd5626d32819586f899c784f50e5b2aa5316 (patch) | |
tree | 72a2814ba17162f03891302817760f7640ed25af /dev-python/python-heatclient/python-heatclient-9999.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-1637dd5626d32819586f899c784f50e5b2aa5316.tar.gz gentoo-2-1637dd5626d32819586f899c784f50e5b2aa5316.tar.bz2 gentoo-2-1637dd5626d32819586f899c784f50e5b2aa5316.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 'dev-python/python-heatclient/python-heatclient-9999.ebuild')
-rw-r--r-- | dev-python/python-heatclient/python-heatclient-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-9999.ebuild b/dev-python/python-heatclient/python-heatclient-9999.ebuild index 3f95ca0f8cc7..b4583687dcfd 100644 --- a/dev-python/python-heatclient/python-heatclient-9999.ebuild +++ b/dev-python/python-heatclient/python-heatclient-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/dev-python/python-heatclient/python-heatclient-9999.ebuild,v 1.5 2014/06/13 02:53:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-9999.ebuild,v 1.6 2014/07/06 12:47:58 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -32,8 +32,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] )" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}] |