commit: 27e01b9e267716a57926930c18d3d87ea6cad453 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 18:27:42 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 18:44:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e01b9e
profiles/features/wd40: Mask dev-python/ipyparallel Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/wd40/package.mask | 1 + profiles/features/wd40/package.use.mask | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 4ed1f57fc6f9..f851d882549e 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -26,6 +26,7 @@ dev-python/cfn-lint dev-python/dirty-equals dev-python/hatch-jupyter-builder dev-python/inflect +dev-python/ipyparallel dev-python/ipywidgets dev-python/jaraco-itertools dev-python/josepy diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index a8237884ec0e..ebb23c2ecfb1 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-10-15) +# Need dev-python/jupyter-server. +dev-python/ipykernel test +dev-python/ipython smp + # Michał Górny <[email protected]> (2023-10-15) # Need dev-python/notebook. dev-python/ipython notebook
