diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-25 19:31:45 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-25 19:31:45 +0000 |
commit | 948b2aefa1c9092b81b0d8a18563d5454dd09f76 (patch) | |
tree | 9cdf7693e49c6b13ce23b858c18d286ab6ed931b /dev-python/openstack-nose-plugin | |
parent | Version bump. Bug #445010. Thanks to Dustin Polke <gentoobugsie.20.dsurawicz@... (diff) | |
download | gentoo-2-948b2aefa1c9092b81b0d8a18563d5454dd09f76.tar.gz gentoo-2-948b2aefa1c9092b81b0d8a18563d5454dd09f76.tar.bz2 gentoo-2-948b2aefa1c9092b81b0d8a18563d5454dd09f76.zip |
openstack-nose-plugins had the wrong deps, fixed
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/openstack-nose-plugin')
-rw-r--r-- | dev-python/openstack-nose-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild (renamed from dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/openstack-nose-plugin/ChangeLog b/dev-python/openstack-nose-plugin/ChangeLog index 61dae72eb17d..d417ed26bf0f 100644 --- a/dev-python/openstack-nose-plugin/ChangeLog +++ b/dev-python/openstack-nose-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/openstack-nose-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.2 2013/02/21 08:23:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.3 2013/03/25 19:31:45 prometheanfire Exp $ + +*openstack-nose-plugin-0.11-r1 (25 Mar 2013) + + 25 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> + +openstack-nose-plugin-0.11-r1.ebuild, -openstack-nose-plugin-0.11.ebuild: + openstack-nose-plugins had the wrong deps, fixed 21 Feb 2013; Ian Delaney <idella4@gentoo.org> openstack-nose-plugin-0.11.ebuild: diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild index 1a9a787952df..c627c4359a28 100644 --- a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild +++ b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.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/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild,v 1.2 2013/02/21 08:23:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r1.ebuild,v 1.1 2013/03/25 19:31:45 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,9 +19,6 @@ IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] +RDEPEND="dev-python/nose[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] - <=dev-python/prettytable-0.7 - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - dev-python/simplejson dev-python/termcolor[${PYTHON_USEDEP}]" |