commit: 3ba63d5f4acc4a21b72e48819d614b2c6eb06dac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 10:05:26 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 4 06:57:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba63d5f
profiles/features/wd40: Mask more cryptography revdeps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/wd40/package.use.mask | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index a2d57b80710f..466c9fb089c5 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2022-06-26) +# dev-python/trustme requires dev-python/cryptography. +dev-python/anyio test +dev-python/httpcore test +dev-python/httpx test +dev-python/uvicorn test + # WANG Xuerui <[email protected]> (2022-05-13) # dev-lang/rust is not available on ${arch} yet. media-gfx/imv svg @@ -14,7 +21,8 @@ media-libs/imlib2 svg # Michał Górny <[email protected]> (2021-11-26) # These package flags require dev-python/cryptography which -- due # to the dependency on Rust -- is no longer portable to ${arch}. -dev-python/twisted conch crypt +dev-python/dnspython dnssec +dev-python/twisted conch crypt ssl dev-python/urllib3 test net-fs/samba addc addns ads
