diff options
author | 2014-07-06 12:49:09 +0000 | |
---|---|---|
committer | 2014-07-06 12:49:09 +0000 | |
commit | 09b7959e4699b9854d185b2f4a574097b9efd64f (patch) | |
tree | f7e1849df829b8ce3005d937823d7b9cc1eae54d /dev-python/pyutil/pyutil-2.0.0.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.tar.gz gentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.tar.bz2 gentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.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/pyutil/pyutil-2.0.0.ebuild')
-rw-r--r-- | dev-python/pyutil/pyutil-2.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pyutil/pyutil-2.0.0.ebuild b/dev-python/pyutil/pyutil-2.0.0.ebuild index cfaaa78db64a..0a583d37b4ad 100644 --- a/dev-python/pyutil/pyutil-2.0.0.ebuild +++ b/dev-python/pyutil/pyutil-2.0.0.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/pyutil/pyutil-2.0.0.ebuild,v 1.1 2014/03/18 23:52:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-2.0.0.ebuild,v 1.2 2014/07/06 12:49:09 mgorny Exp $ EAPI=5 @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}]" + dev-python/twisted-core[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" src_install() { |