summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-10 18:40:54 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-10 18:55:32 +0200
commit06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb (patch)
tree4dd74b22ed4ad7e3d88c793ab1b02afc08b7481b /dev-python/jupyter
parentdev-python/libvirt-python: Version updated to 7.7.0. (diff)
downloadgentoo-06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb.tar.gz
gentoo-06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb.tar.bz2
gentoo-06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb.zip
dev-python/jupyter: enable py3.10
Closes: https://bugs.gentoo.org/748261 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/jupyter')
-rw-r--r--dev-python/jupyter/jupyter-1.0.0-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/jupyter/jupyter-1.0.0-r3.ebuild b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
index c88927ac5ff2..514389a8adc8 100644
--- a/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
+++ b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1