diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:50:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:50:29 +0000 |
commit | 843b4c311f8a75b9ff1164aed2718a0f42f33abb (patch) | |
tree | 55180c1f6c3695daea65736c4eecbe04276241fb /dev-python/g-pypi | |
parent | Version bump. Run as many specs as possible. (diff) | |
download | gentoo-2-843b4c311f8a75b9ff1164aed2718a0f42f33abb.tar.gz gentoo-2-843b4c311f8a75b9ff1164aed2718a0f42f33abb.tar.bz2 gentoo-2-843b4c311f8a75b9ff1164aed2718a0f42f33abb.zip |
Switch the dep back to dev-python/unittest2 due to bug #450648.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/g-pypi')
-rw-r--r-- | dev-python/g-pypi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/g-pypi/g-pypi-0.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/g-pypi/ChangeLog b/dev-python/g-pypi/ChangeLog index 8fc5bb6411e4..9f834ab21089 100644 --- a/dev-python/g-pypi/ChangeLog +++ b/dev-python/g-pypi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/g-pypi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.5 2013/05/18 15:56:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.6 2013/07/19 07:50:29 mgorny Exp $ + + 19 Jul 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild: + Switch the dep back to dev-python/unittest2 due to bug #450648. 18 May 2013; Ian Delaney <idella4@gentoo.org> g-pypi-0.3.ebuild: rm listing argparse from setup.py & installed requires.txt, fixes Bug #69972 diff --git a/dev-python/g-pypi/g-pypi-0.3.ebuild b/dev-python/g-pypi/g-pypi-0.3.ebuild index da9477c0a7a2..ca12b8147161 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 # 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.5 2013/05/18 15:56:50 idella4 Exp $ +# $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 $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -30,6 +30,7 @@ DEPEND=" dev-python/scripttest ) " +# dev-python/unittest2 may not be necessary, bug #450648 RDEPEND=" app-portage/gentoolkit app-portage/gentoolkit-dev @@ -39,7 +40,7 @@ RDEPEND=" dev-python/jinja dev-python/pygments dev-python/sphinxcontrib-googleanalytics - virtual/python-unittest2 + dev-python/unittest2 dev-python/yolk virtual/python-argparse " |