commit: 52481cc2a45916ce66db8d2456d472c51e12774d Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Mar 17 13:28:49 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Fri Mar 17 13:28:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52481cc2
profiles: mask some Python libraries Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 175fc26aa..383321c2e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,13 @@ # New entries go on top. +# Anna Vyalkova <[email protected]> (2023-03-17) +# Python libraries with no consumers left in tree. +# Masked for removal in 30 days. +dev-python/os-resource-classes +dev-python/os-traits +dev-python/python-manilaclient + # Anna Vyalkova <[email protected]> (2023-03-17) # Python library with no consumers left in tree. # Masked for removal in 30 days.
