diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-07 20:27:26 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-07 20:29:54 -0500 |
commit | 73c733445add4bd759515cd2e149017e515ba4a2 (patch) | |
tree | e0329814f3c323f6cc7508cf337a81069ec9caa7 /dev-python/hacking | |
parent | virtual/perl-Module-CoreList: Bump to version 5.201.806.260 (diff) | |
download | gentoo-73c733445add4bd759515cd2e149017e515ba4a2.tar.gz gentoo-73c733445add4bd759515cd2e149017e515ba4a2.tar.bz2 gentoo-73c733445add4bd759515cd2e149017e515ba4a2.zip |
dev-python/hacking: fix testtools dep
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/hacking')
-rw-r--r-- | dev-python/hacking/hacking-0.10.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.13.0.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/hacking/hacking-0.10.3.ebuild b/dev-python/hacking/hacking-0.10.3.ebuild index 9b3d093c88c6..6cae6f552ad0 100644 --- a/dev-python/hacking/hacking-0.10.3.ebuild +++ b/dev-python/hacking/hacking-0.10.3.ebuild @@ -27,7 +27,7 @@ DEPEND=" >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}] - <dev-python/testtools-1.2.0[${PYTHON_USEDEP}] + !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}] ${RDEPEND} ) doc? ( diff --git a/dev-python/hacking/hacking-0.13.0.ebuild b/dev-python/hacking/hacking-0.13.0.ebuild index a53ebcb6bb1c..9e30c64b836a 100644 --- a/dev-python/hacking/hacking-0.13.0.ebuild +++ b/dev-python/hacking/hacking-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,8 +26,7 @@ DEPEND=" >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}] - <dev-python/testtools-1.2.0[${PYTHON_USEDEP}] + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] ${RDEPEND} ) doc? ( |