commit: 4c420b86bb4147ae1df72024a113468d7cb9a1b4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 11:24:13 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 11:25:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c420b86
package.mask: Last rite dev-python/setuptools-declarative-requirements Bug: https://bugs.gentoo.org/876082 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index f82ca5a2241f..34524f4dd5b0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-10-08) +# This package is not really required for anything, as it being missing +# only disables enforcing install_requires. At the same time, it being +# installed causes unexpected verbose output that randomly breaks more +# susceptible test suites (e.g. dev-python/pythran). +# Removal on 2022-11-07. Bug #876082. +dev-python/setuptools-declarative-requirements + # Michał Górny <[email protected]> (2022-10-08) # The test suite is broken since at least March. No revdeps. # Removal on 2022-11-07. Bug #834656.
