diff options
author | 2024-07-23 05:06:47 +0200 | |
---|---|---|
committer | 2024-07-23 05:06:47 +0200 | |
commit | abf76d2e4dd099f2ec4d530226755ab162e1ec16 (patch) | |
tree | f0e0c2695e010595c8e47059b15f2e5654430b92 /dev-python/pycares | |
parent | dev-python/pycares: Deselect more broken tests (diff) | |
download | gentoo-abf76d2e4dd099f2ec4d530226755ab162e1ec16.tar.gz gentoo-abf76d2e4dd099f2ec4d530226755ab162e1ec16.tar.bz2 gentoo-abf76d2e4dd099f2ec4d530226755ab162e1ec16.zip |
dev-python/pycares: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycares')
-rw-r--r-- | dev-python/pycares/pycares-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycares/pycares-4.4.0.ebuild b/dev-python/pycares/pycares-4.4.0.ebuild index 7adf9464f405..efd9593534b3 100644 --- a/dev-python/pycares/pycares-4.4.0.ebuild +++ b/dev-python/pycares/pycares-4.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |