diff options
author | 2014-07-06 12:41:29 +0000 | |
---|---|---|
committer | 2014-07-06 12:41:29 +0000 | |
commit | 0231240140d42f41f3bccc0dced3313570636760 (patch) | |
tree | f4dbef1acf433aac2ed7ff18b05cb8b39ecf2f65 /dev-python/g-pypi/g-pypi-0.3.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-0231240140d42f41f3bccc0dced3313570636760.tar.gz gentoo-2-0231240140d42f41f3bccc0dced3313570636760.tar.bz2 gentoo-2-0231240140d42f41f3bccc0dced3313570636760.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/g-pypi/g-pypi-0.3.ebuild')
-rw-r--r-- | dev-python/g-pypi/g-pypi-0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/g-pypi/g-pypi-0.3.ebuild b/dev-python/g-pypi/g-pypi-0.3.ebuild index ca12b8147161..87ca5efa8446 100644 --- a/dev-python/g-pypi/g-pypi-0.3.ebuild +++ b/dev-python/g-pypi/g-pypi-0.3.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/g-pypi/g-pypi-0.3.ebuild,v 1.6 2013/07/19 07:50:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.7 2014/07/06 12:41:29 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -42,7 +42,6 @@ RDEPEND=" dev-python/sphinxcontrib-googleanalytics dev-python/unittest2 dev-python/yolk - virtual/python-argparse " PYTHON_MODNAME="gpypi" |