dev-python/raet: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:32:23 +0000 (15:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:13 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/raet/raet-0.6.8.ebuild

index e54be9d2ba4660d497b264be4ec3e38b3c05b9d2..c0717ce6d463d7f32feb2c9881276bb5e83cb2f6 100644 (file)
@@ -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}] )"