diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:42:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:28 +0100 |
commit | c348355efee9f8651586d41adc3ea3ba369d4bfb (patch) | |
tree | 4b4427e0635008154a2f51f211eb099531b9f981 /dev-python/rtimulib | |
parent | dev-python/rsa: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |