diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:51:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:51:10 +0000 |
commit | a1068b1c6f2fe6dd9f803111788ff523855965a8 (patch) | |
tree | 53e6e759a86f98470e3723e6706f90b37c30ef66 /dev-python/warlock/warlock-0.7.0.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | historical-a1068b1c6f2fe6dd9f803111788ff523855965a8.tar.gz historical-a1068b1c6f2fe6dd9f803111788ff523855965a8.tar.bz2 historical-a1068b1c6f2fe6dd9f803111788ff523855965a8.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/warlock/warlock-0.7.0.ebuild')
-rw-r--r-- | dev-python/warlock/warlock-0.7.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/warlock/warlock-0.7.0.ebuild b/dev-python/warlock/warlock-0.7.0.ebuild index ef0e0852d0c4..95f4e217bd1b 100644 --- a/dev-python/warlock/warlock-0.7.0.ebuild +++ b/dev-python/warlock/warlock-0.7.0.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/warlock/warlock-0.7.0.ebuild,v 1.3 2013/01/20 06:34:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-0.7.0.ebuild,v 1.4 2014/07/06 12:50:33 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] - =dev-python/jsonpatch-0.10[${PYTHON_USEDEP}] + test? ( =dev-python/jsonpatch-0.10[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] )" RDEPEND="=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}]" |