summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:32:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:37:13 +0100
commit17564478de063b24c858e16c7dc13b622f32f081 (patch)
tree26928bafa0f831d4f317447ab78eaf593dd99836
parentdev-python/iocapture: Remove py2 (diff)
downloadgentoo-17564478de063b24c858e16c7dc13b622f32f081.tar.gz
gentoo-17564478de063b24c858e16c7dc13b622f32f081.tar.bz2
gentoo-17564478de063b24c858e16c7dc13b622f32f081.zip
dev-python/raet: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/raet/raet-0.6.8.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/raet/raet-0.6.8.ebuild b/dev-python/raet/raet-0.6.8.ebuild
index e54be9d2ba46..c0717ce6d463 100644
--- a/dev-python/raet/raet-0.6.8.ebuild
+++ b/dev-python/raet/raet-0.6.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
inherit distutils-r1
DESCRIPTION="Reliable Asynchronous Event Transport Protocol"
@@ -17,8 +17,7 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]
>=dev-python/libnacl-1.4.3[${PYTHON_USEDEP}]
- >=dev-python/ioflo-1.5[${PYTHON_USEDEP}]
- python_targets_python2_7? ( >=dev-python/enum34-1.0.4[$(python_gen_usedep 'python2*')] )"
+ >=dev-python/ioflo-1.5[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"