summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-26 22:42:23 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-26 22:52:56 +0100
commitb9fc35aee6d1033adab07316bc687421aafa55f1 (patch)
treeef5781c1dad7b698b933f410c9c0d9cfd6be1b0f /dev-python/jsonschema
parentdev-python/jsonschema: Remove twisted test-dep (diff)
downloadgentoo-b9fc35aee6d1033adab07316bc687421aafa55f1.tar.gz
gentoo-b9fc35aee6d1033adab07316bc687421aafa55f1.tar.bz2
gentoo-b9fc35aee6d1033adab07316bc687421aafa55f1.zip
dev-python/jsonschema: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/jsonschema-4.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-4.4.0.ebuild b/dev-python/jsonschema/jsonschema-4.4.0.ebuild
index a4b22bb7a7c8..b76cf3540c58 100644
--- a/dev-python/jsonschema/jsonschema-4.4.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="An implementation of JSON-Schema validation for Python"