summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 14:49:13 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 16:02:20 +0100
commit335518ecb25c250ec13703a92fbb886e7191dcfc (patch)
treee9496376d8be966f604fa6d10c6405607d78de01
parentdev-python/jupyter-server-terminals: Enable pypy3 (diff)
downloadgentoo-335518ec.tar.gz
gentoo-335518ec.tar.bz2
gentoo-335518ec.zip
dev-python/widgetsnbextension: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild
index e64bec9812dc..3fab7b678880 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi
@@ -23,10 +23,6 @@ BDEPEND="
dev-python/jupyter-packaging[${PYTHON_USEDEP}]
"
-RDEPEND="
- dev-python/notebook[${PYTHON_USEDEP}]
-"
-
src_install() {
distutils-r1_src_install