diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-08 23:22:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-08 23:23:22 +0200 |
commit | 6339d0660e5df2ab26b1770b5e88cd9fb333ff81 (patch) | |
tree | 5cb77720f89a26ddbc0f7d3490f7edd388db0aeb /eclass/distutils-r1.eclass | |
parent | net-vpn/networkmanager-sstp: Version bump to 1.2.6 (diff) | |
download | gentoo-6339d0660e5df2ab26b1770b5e88cd9fb333ff81.tar.gz gentoo-6339d0660e5df2ab26b1770b5e88cd9fb333ff81.tar.bz2 gentoo-6339d0660e5df2ab26b1770b5e88cd9fb333ff81.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 6 |
1 files 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+=' |