diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:11:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:11:52 +0100 |
commit | dacad26154f573f9854f764dd83f0d6171e546f1 (patch) | |
tree | b0829b54a86bc4d354314e0413a9dfc3aee503a0 /dev-python/txtorcon | |
parent | dev-python/autobahn: Remove py2 (diff) | |
download | gentoo-dacad26154f573f9854f764dd83f0d6171e546f1.tar.gz gentoo-dacad26154f573f9854f764dd83f0d6171e546f1.tar.bz2 gentoo-dacad26154f573f9854f764dd83f0d6171e546f1.zip |
dev-python/txtorcon: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txtorcon')
-rw-r--r-- | dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild | 4 |
1 files changed, 1 insertions, 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 a699641c2411..44b5ad81aa0f 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}] |