summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-31 18:47:40 +0100
committerMichał Górny <mgorny@gentoo.org>2023-10-31 20:12:26 +0100
commit1b0ac383a3406cfe60795bf0c907581ad9c91390 (patch)
treeeb3d88d8488de945f479d7eabd58ae40942e15f3 /dev-python/fastjsonschema
parentdev-python/sphinx-autodoc-typehints: Bump to 1.24.1 (diff)
downloadgentoo-1b0ac383a3406cfe60795bf0c907581ad9c91390.tar.gz
gentoo-1b0ac383a3406cfe60795bf0c907581ad9c91390.tar.bz2
gentoo-1b0ac383a3406cfe60795bf0c907581ad9c91390.zip
dev-python/fastjsonschema: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fastjsonschema')
-rw-r--r--dev-python/fastjsonschema/fastjsonschema-2.18.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.18.1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.18.1.ebuild
index ec0f5cdb075d..e1529c815ca6 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.18.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.18.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi