diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-31 23:19:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-31 23:27:54 +0100 |
commit | d5f1038226c72ab8ea84b133f6b53ea689561c73 (patch) | |
tree | a33cd3c85d3cf5ef15cbc3f8657b64f7432af680 /dev-python/distro | |
parent | dev-python/cachecontrol: Add pypy3 love (diff) | |
download | gentoo-d5f1038226c72ab8ea84b133f6b53ea689561c73.tar.gz gentoo-d5f1038226c72ab8ea84b133f6b53ea689561c73.tar.bz2 gentoo-d5f1038226c72ab8ea84b133f6b53ea689561c73.zip |
dev-python/distro: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r-- | dev-python/distro/distro-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/distro/distro-1.6.0.ebuild b/dev-python/distro/distro-1.6.0.ebuild index b58b94248b24..e851bc91a0f8 100644 --- a/dev-python/distro/distro-1.6.0.ebuild +++ b/dev-python/distro/distro-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Reliable machine-readable Linux distribution information for Python" |