commit: 324f20da688cc930027099b16a2ae864185abc0f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 9 18:21:03 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 18:21:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324f20da
profiles/features/wd40: Mask dev-python/selenium and revdeps 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 6ad4715ed9dd..cc7de22a48fd 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -57,6 +57,7 @@ dev-python/python-sshpubkeys dev-python/requests-kerberos dev-python/requests-oauthlib dev-python/secretstorage +dev-python/selenium dev-python/service_identity dev-python/setuptools-rust dev-python/spur diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 9d8ee2e485df..7081843fae76 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-03-09) +# Packages needing dev-python/selenium. +dev-python/aiohttp-cors test +dev-python/django test + # Hans de Graaff <[email protected]> (2023-03-04) # The JIT compiler in ruby requires rust dev-lang/ruby jit
