diff options
Diffstat (limited to 'dev-python/flask-testing/flask-testing-0.4.ebuild')
-rw-r--r-- | dev-python/flask-testing/flask-testing-0.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |