diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:47:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:47:04 +0000 |
commit | 05e408acf0c6c04a579babea63450c746cfaf7b8 (patch) | |
tree | ae07bf70cc75941a3427a9bcf755ff6bc4be6b81 /dev-python/python-cinderclient | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-05e408acf0c6c04a579babea63450c746cfaf7b8.tar.gz gentoo-2-05e408acf0c6c04a579babea63450c746cfaf7b8.tar.bz2 gentoo-2-05e408acf0c6c04a579babea63450c746cfaf7b8.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-cinderclient')
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog index 96c704900dcb..8e40053080ed 100644 --- a/dev-python/python-cinderclient/ChangeLog +++ b/dev-python/python-cinderclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-cinderclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.10 2014/04/27 05:48:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.11 2014/07/06 12:47:04 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> + python-cinderclient-1.0.7.ebuild, python-cinderclient-1.0.9.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *python-cinderclient-1.0.9 (27 Apr 2014) diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild index 1540ebe9ef7a..09f79d41634c 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.0.7.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-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.2 2014/03/19 23:08:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.3 2014/07/06 12:47:04 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -31,8 +31,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}] )" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] <dev-python/pbr-1.0[${PYTHON_USEDEP}] >=dev-python/prettytable-0.6[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild index 369c4f969111..bf6689444170 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.0.9.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-cinderclient/python-cinderclient-1.0.9.ebuild,v 1.1 2014/04/27 05:48:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v 1.2 2014/07/06 12:47:04 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -30,8 +30,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] )" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/prettytable-0.7[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}] >=dev-python/requests-1.1[${PYTHON_USEDEP}] |