commit: e78fbd3c6a4083dce0cff30f3a6a4b832f870043 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jul 29 13:14:54 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 29 13:39:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78fbd3c
profiles/features/wd40: Mask pyopenssl revdeps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/wd40/package.mask | 10 ++++++++++ profiles/features/wd40/package.use.mask | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index b7b7e209b1da..6b3e3bc480bd 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # Various packages requiring Rust. +app-crypt/acme +app-crypt/certbot +app-crypt/certbot-nginx app-eselect/eselect-rust app-text/mdbook dev-lang/rust @@ -9,8 +12,14 @@ dev-lang/rust-bin >=dev-lang/spidermonkey-78 >=dev-libs/gjs-1.66 >=dev-python/cryptography-36 +dev-python/gcs-oauth2-boto-plugin +dev-python/josepy +dev-python/libcloud +dev-python/ndg-httpsclient +dev-python/python-glanceclient >=dev-python/pyopenssl-22 dev-python/setuptools-rust +dev-python/trustme dev-python/watchfiles dev-util/cargo-c dev-util/cbindgen @@ -28,6 +37,7 @@ media-libs/libavif media-video/rav1e >=net-irc/polari-3.37 net-libs/quiche +net-misc/gsutil net-news/newsboat net-p2p/deluge sci-geosciences/gnome-maps diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 6c8a179103ef..f83bccf53ef4 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,23 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2022-07-29) +# More packages requiring dev-python/pyopenssl or its revdeps. +app-admin/salt libcloud openssl test +dev-python/aiohttp test +dev-python/autobahn test +dev-python/cheroot test +dev-python/cherrypy ssl +dev-python/eventlet test +dev-python/google-auth test +dev-python/os-client-config test +dev-python/pyftpdlib ssl test +dev-python/python-novaclient test +dev-python/requests test +dev-python/service_identity test +dev-python/uvloop test +www-apps/roundup ssl + # Michał Górny <[email protected]> (2022-06-26) # dev-python/trustme requires dev-python/cryptography. dev-python/anyio test
