dev-python/hacking: fix testtools dep

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Matthew Thode
2018-07-07 20:27:26 -05:00
parent b927bd7d20
commit 73c733445a
2 changed files with 3 additions and 4 deletions

View 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? (

View 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? (