diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 00:50:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 01:08:32 +0100 |
commit | 19d7c4b4e3e318bdef6dea7e70ab2289966da6a6 (patch) | |
tree | f864661d00752787aace7f787b768d8b5f9b37fa /profiles | |
parent | dev-python/3to2: Port up to py3.9, fix ebuild (diff) | |
download | gentoo-19d7c4b4e3e318bdef6dea7e70ab2289966da6a6.tar.gz gentoo-19d7c4b4e3e318bdef6dea7e70ab2289966da6a6.tar.bz2 gentoo-19d7c4b4e3e318bdef6dea7e70ab2289966da6a6.zip |
package.mask: Last rite dev-python/backports-{csv,os}
Bug: https://bugs.gentoo.org/754984
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index a97cdddb62d5..fbf8f057e601 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2020-11-17) +# Both packages provide backports that are only meaningful to Python 2 +# and have no reverse dependencies. +# Removal in 30 days. Bug #754984. +dev-python/backports-csv +dev-python/backports-os + # Andreas Sturmlechner <asturm@gentoo.org> (2020-11-17) # Depends on deprecated QtWebKit, needs dedicated maintainer and version bump # to 20.11 with new dependency dev-python/PyQtChart. |