diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-12 20:59:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-12 20:59:29 +0000 |
commit | ef24f602ace2a26caff5aa9397b0afaf3f338a57 (patch) | |
tree | cc56003674bc5880eee3119108e13f1986d5c10a /dev-python/flask-testing | |
parent | Remove dep on virtual/python-json. JSON is now built-in in all supported impl... (diff) | |
download | gentoo-2-ef24f602ace2a26caff5aa9397b0afaf3f338a57.tar.gz gentoo-2-ef24f602ace2a26caff5aa9397b0afaf3f338a57.tar.bz2 gentoo-2-ef24f602ace2a26caff5aa9397b0afaf3f338a57.zip |
Remove dep on virtual/python-json. JSON is now built-in in all supported implementations.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/flask-testing')
-rw-r--r-- | dev-python/flask-testing/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/flask-testing/flask-testing-0.4.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-testing/ChangeLog b/dev-python/flask-testing/ChangeLog index a406ad643221..7239540f2969 100644 --- a/dev-python/flask-testing/ChangeLog +++ b/dev-python/flask-testing/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/flask-testing # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.3 2013/06/17 02:36:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.4 2013/09/12 20:59:29 mgorny Exp $ + + 12 Sep 2013; Michał Górny <mgorny@gentoo.org> flask-testing-0.4.ebuild: + Remove dep on virtual/python-json. JSON is now built-in in all supported + implementations. 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-testing-0.4.ebuild: Fix python targets as flask was downrated diff --git a/dev-python/flask-testing/flask-testing-0.4.ebuild b/dev-python/flask-testing/flask-testing-0.4.ebuild index 7a02f1151d76..c9615b9a30df 100644 --- a/dev-python/flask-testing/flask-testing-0.4.ebuild +++ b/dev-python/flask-testing/flask-testing-0.4.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/flask-testing/flask-testing-0.4.ebuild,v 1.3 2013/06/17 02:36:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.4 2013/09/12 20:59:29 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -26,7 +26,6 @@ DEPEND="${RDEPEND} test? ( dev-python/blinker[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] - virtual/python-json[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |