diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-17 16:09:35 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-17 16:17:19 +0100 |
commit | a2c6d27431c3210fbd7f876408f3bb9b758452b8 (patch) | |
tree | 174d13e7b55b73699eb1fbdd34caecdc7413bd1a /dev-python/text-unidecode | |
parent | sys-firmware/intel-microcode: Stabilize 20231114_p20231114 x86, #917503 (diff) | |
download | gentoo-a2c6d27431c3210fbd7f876408f3bb9b758452b8.tar.gz gentoo-a2c6d27431c3210fbd7f876408f3bb9b758452b8.tar.bz2 gentoo-a2c6d27431c3210fbd7f876408f3bb9b758452b8.zip |
dev-python/text-unidecode: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/text-unidecode')
-rw-r--r-- | dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild index d6064c5469c2..fb13abdf9819 100644 --- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild +++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |