dev-python/hacking: fix testtools dep
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 8 Jul 2018 01:27:26 +0000 (20:27 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 8 Jul 2018 01:29:54 +0000 (20:29 -0500)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/hacking/hacking-0.10.3.ebuild
dev-python/hacking/hacking-0.13.0.ebuild

index 9b3d093c88c6cd9115438302c617edc1f29b0818..6cae6f552ad0e376d971803be33c957bfed935ed 100644 (file)
@@ -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? (
index a53ebcb6bb1c272bfa75228564c184173b87f0ab..9e30c64b836a046a9539e924f21075dc8fb1bc69 100644 (file)
@@ -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? (