commit: 8d487a8c2898b3e42cdefa7c8133d823c9014d4c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 1 17:15:04 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 17:16:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d487a8c
profiles/features/wd40: dev-python/urllib3-related masks Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/wd40/package.mask | 1 + profiles/features/wd40/package.use.mask | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index cab091c40f7a..52b13252fadc 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -90,6 +90,7 @@ dev-python/python-ironicclient dev-python/python-jose dev-python/python-neutronclient dev-python/python-openstackclient +dev-python/quart-trio dev-python/readme-renderer dev-python/referencing dev-python/requests-kerberos diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index af589efe2d03..32da2c980003 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-02-01) +# Need dev-python/trio. +>=dev-python/urllib3-2.2.0 test + # Takuya Wakazono <[email protected]> (2023-11-21) # Need app-crypt/rpm-sequoia. app-arch/rpm sequoia
