diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:45:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:45:33 +0000 |
commit | 7ed4083f11b87ceb4984e8a7a7dd31cc152eacf9 (patch) | |
tree | 26ee4ca63521a2d799b51aaeedf6342af6cef4ef /dev-python/pychef | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-7ed4083f11b87ceb4984e8a7a7dd31cc152eacf9.tar.gz gentoo-2-7ed4083f11b87ceb4984e8a7a7dd31cc152eacf9.tar.bz2 gentoo-2-7ed4083f11b87ceb4984e8a7a7dd31cc152eacf9.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/pychef')
-rw-r--r-- | dev-python/pychef/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pychef/pychef-0.2.1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/pychef/ChangeLog b/dev-python/pychef/ChangeLog index e8fba74f2e34..3986e75aa08c 100644 --- a/dev-python/pychef/ChangeLog +++ b/dev-python/pychef/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pychef -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.2 2014/07/06 12:45:33 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pychef-0.2.1.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *pychef-0.2.1 (14 May 2013) diff --git a/dev-python/pychef/pychef-0.2.1.ebuild b/dev-python/pychef/pychef-0.2.1.ebuild index ff9c199e8ce8..45c217cec117 100644 --- a/dev-python/pychef/pychef-0.2.1.ebuild +++ b/dev-python/pychef/pychef-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v 1.2 2014/07/06 12:45:33 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,8 +19,7 @@ IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/versiontools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + test? ( dev-python/mock[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { |