diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:44:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:44:54 +0000 |
commit | 8849607bc0184cdbf63cc446232c6f349ca0be88 (patch) | |
tree | 8e56b773e2224b5b7acfca774197a323d5a351e4 /dev-python/ipython/ipython-1.1.0-r1.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-8849607bc0184cdbf63cc446232c6f349ca0be88.tar.gz gentoo-2-8849607bc0184cdbf63cc446232c6f349ca0be88.tar.bz2 gentoo-2-8849607bc0184cdbf63cc446232c6f349ca0be88.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/ipython/ipython-1.1.0-r1.ebuild')
-rw-r--r-- | dev-python/ipython/ipython-1.1.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/ipython/ipython-1.1.0-r1.ebuild b/dev-python/ipython/ipython-1.1.0-r1.ebuild index 0c94f2a2fa05..92636efbba9a 100644 --- a/dev-python/ipython/ipython-1.1.0-r1.ebuild +++ b/dev-python/ipython/ipython-1.1.0-r1.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/ipython/ipython-1.1.0-r1.ebuild,v 1.1 2013/11/17 10:24:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.1.0-r1.ebuild,v 1.2 2014/07/06 12:44:54 mgorny Exp $ EAPI=5 @@ -35,7 +35,6 @@ CDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] emacs? ( app-emacs/python-mode virtual/emacs ) matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] ) |