diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-08 13:24:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-08 13:25:17 +0200 |
commit | 4c420b86bb4147ae1df72024a113468d7cb9a1b4 (patch) | |
tree | 599a5085ae0156af803dea04bef76d8f608846d8 /profiles | |
parent | dev-python/pytest-skip-markers: Remove setuptools-decl* dep (diff) | |
download | gentoo-4c420b86bb4147ae1df72024a113468d7cb9a1b4.tar.gz gentoo-4c420b86bb4147ae1df72024a113468d7cb9a1b4.tar.bz2 gentoo-4c420b86bb4147ae1df72024a113468d7cb9a1b4.zip |
package.mask: Last rite dev-python/setuptools-declarative-requirements
Bug: https://bugs.gentoo.org/876082
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index f82ca5a2241f..34524f4dd5b0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -34,6 +34,14 @@ #--- END OF EXAMPLES --- # Michał Górny <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (2022-10-08) # The test suite is broken since at least March. No revdeps. # Removal on 2022-11-07. Bug #834656. dev-python/kazoo |