summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-28 08:24:02 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-28 09:21:36 +0200
commit06443b046d40779db891d3a2e3c4228d48cf96e3 (patch)
tree4f382195a009ed6f26fe5a146ccc13c207acfbef /dev-util
parentdev-python/meson-python: Remove stale dep on GitPython (diff)
downloadgentoo-06443b046d40779db891d3a2e3c4228d48cf96e3.tar.gz
gentoo-06443b046d40779db891d3a2e3c4228d48cf96e3.tar.bz2
gentoo-06443b046d40779db891d3a2e3c4228d48cf96e3.zip
dev-util/meson: Enable pypy3
Enable pypy3 -- the test failures look roughly the same as with CPython. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/meson/meson-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/meson/meson-1.1.1.ebuild b/dev-util/meson/meson-1.1.1.ebuild
index e9da33425eb5..af3261000a64 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
if [[ ${PV} = *9999* ]]; then