summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:51:04 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:51:04 +0000
commitfc82259d2efda808fd86aab2d0921810396a8b4f (patch)
treee2721e219bcdd5f0de0966aab342476ab11bfdaa /dev-python
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-fc82259d2efda808fd86aab2d0921810396a8b4f.tar.gz
gentoo-2-fc82259d2efda808fd86aab2d0921810396a8b4f.tar.bz2
gentoo-2-fc82259d2efda808fd86aab2d0921810396a8b4f.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')
-rw-r--r--dev-python/whirlpool/ChangeLog6
-rw-r--r--dev-python/whirlpool/whirlpool-0.3-r1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/whirlpool/ChangeLog b/dev-python/whirlpool/ChangeLog
index 41620de25522..8f7f475d4f5c 100644
--- a/dev-python/whirlpool/ChangeLog
+++ b/dev-python/whirlpool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/whirlpool
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.3 2014/07/02 02:41:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.4 2014/07/06 12:51:04 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> whirlpool-0.3-r1.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
02 Jul 2014; Mike Gilbert <floppym@gentoo.org> whirlpool-0.3-r1.ebuild:
Depend on setuptools.
diff --git a/dev-python/whirlpool/whirlpool-0.3-r1.ebuild b/dev-python/whirlpool/whirlpool-0.3-r1.ebuild
index ade59acc4497..51f0e36dba38 100644
--- a/dev-python/whirlpool/whirlpool-0.3-r1.ebuild
+++ b/dev-python/whirlpool/whirlpool-0.3-r1.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/whirlpool/whirlpool-0.3-r1.ebuild,v 1.2 2014/07/02 02:41:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v 1.3 2014/07/06 12:51:04 mgorny Exp $
EAPI=5
@@ -22,8 +22,7 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
+ dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}"/${MY_P}