commit: 6339d0660e5df2ab26b1770b5e88cd9fb333ff81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 21:22:04 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 21:23:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339d066
distutils-r1.eclass: Remove extra deps from jupyter backend
dev-python/jupyter_packaging depends on these directly, and packages
using it don't list these deps in their requires, so I guess it doesn't
make sense for us to copy them.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/distutils-r1.eclass | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 05cd5dc52004..de891215e688 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -100,7 +100,7 @@ esac
#
# - hatchling - hatchling backend (from hatch)
#
-# - jupyter - jupyter_packaging backend (uses setuptools internally)
+# - jupyter - jupyter_packaging backend
#
# - pdm - pdm.pep517 backend
#
@@ -204,9 +204,7 @@ _distutils_set_globals() {
;;
jupyter)
bdep+='
-
dev-python/jupyter_packaging[${PYTHON_USEDEP}]
-
>=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]'
+
dev-python/jupyter_packaging[${PYTHON_USEDEP}]'
;;
pdm)
bdep+='