diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:30:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:44:21 +0100 |
commit | 6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8 (patch) | |
tree | 2cc9c7d766c44ac0abf3fdfff578dc55dc4571c0 /dev-python/backports-tempfile | |
parent | dev-python/authres: Remove py2 (diff) | |
download | gentoo-6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8.tar.gz gentoo-6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8.tar.bz2 gentoo-6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8.zip |
dev-python/backports-tempfile: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backports-tempfile')
-rw-r--r-- | dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild index 5a373c085ddd..d6ba6260c63d 100644 --- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild +++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |