commit: 0c8fa7fc9bb1f3c4780df1b1e5d71572fb453a61 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 3 09:56:17 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 3 10:41:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8fa7fc
profiles/features/wd40: Mask most of dev-python/jsonschema revdeps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/wd40/package.mask | 14 ++++++++++++++ profiles/features/wd40/package.use.mask | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 52b13252fadc..5ba4fad3d93d 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -1,6 +1,20 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-02-03) +# Need dev-python/jsonschema (or its revdeps). +dev-python/flasgger +dev-python/nbclient +dev-python/nbconvert +dev-python/nbformat +dev-python/nbsphinx +dev-python/sphobjinv +dev-python/warlock +net-wireless/gnuradio +net-wireless/gqrx +net-wireless/gr-iqbal +net-wireless/gr-osmosdr + # Various packages requiring Rust. app-admin/ansible app-admin/ansible-core diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 32da2c980003..ad3d7c36b63c 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-02-03) +# Need dev-python/jsonschema (or its revdeps). +dev-python/botocore test +dev-python/ipython nbconvert test +dev-python/pip-run test +dev-python/sentry-sdk test +dev-python/sphinx-autodoc-typehints test + # Michał Górny <[email protected]> (2024-02-01) # Need dev-python/trio. >=dev-python/urllib3-2.2.0 test
