summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 17:53:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 17:53:29 +0100
commitd4c3693ab86fd7fff6be6c26a5fc59aad594de44 (patch)
treeba2cae4c7f882df9f049a98b958c3e010994be34 /dev-python/jupyter-lsp
parentdev-python/requests-cache: Enable pypy3 (diff)
downloadgentoo-d4c3693ab86fd7fff6be6c26a5fc59aad594de44.tar.gz
gentoo-d4c3693ab86fd7fff6be6c26a5fc59aad594de44.tar.bz2
gentoo-d4c3693ab86fd7fff6be6c26a5fc59aad594de44.zip
dev-python/jupyter-lsp: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-lsp')
-rw-r--r--dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
index 799caa5898bb..bc36b977c024 100644
--- a/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
+++ b/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 optfeature pypi