diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-06 12:03:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-06 12:09:24 +0100 |
commit | 4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a (patch) | |
tree | d0c9083f7b6e9f0c1f856ffe3704425bbf8bba06 /dev-python | |
parent | dev-python/validators: Enable pypy3 (diff) | |
download | gentoo-4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a.tar.gz gentoo-4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a.tar.bz2 gentoo-4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a.zip |
dev-python/Faker: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/Faker/Faker-19.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Faker/Faker-19.13.0.ebuild b/dev-python/Faker/Faker-19.13.0.ebuild index 34d2cdd3a7af..73499382da4a 100644 --- a/dev-python/Faker/Faker-19.13.0.ebuild +++ b/dev-python/Faker/Faker-19.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |