summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:42:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:59:28 +0100
commitc348355efee9f8651586d41adc3ea3ba369d4bfb (patch)
tree4b4427e0635008154a2f51f211eb099531b9f981 /dev-python/rtimulib
parentdev-python/rsa: Remove py2 (diff)
downloadgentoo-c348355efee9f8651586d41adc3ea3ba369d4bfb.tar.gz
gentoo-c348355efee9f8651586d41adc3ea3ba369d4bfb.tar.bz2
gentoo-c348355efee9f8651586d41adc3ea3ba369d4bfb.zip
dev-python/rtimulib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rtimulib')
-rw-r--r--dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index a123feeb7cf2..da28deedecf2 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1