commit: dacad26154f573f9854f764dd83f0d6171e546f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 13:11:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 13:11:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacad261
dev-python/txtorcon: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
index a699641c241..44b5ad81aa0 100644
--- a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
+++ b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -19,13 +19,11 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-python/automat[${PYTHON_USEDEP}]
dev-python/incremental[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]'
python2_7)
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP},crypt]
>=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}]
doc? (
dev-python/automat[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' python2_7)
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}]
>=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}]