commit: 53ba4adcfc533a35f8d6abc059056957f59ca34f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 20 16:18:16 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 20 16:20:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ba4adc
package.mask: Last rite dev-python/dexml Bug: https://bugs.gentoo.org/718646 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ed60717476e..2ea32e70fe1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-04-20) +# Stuck on Python 3.6. Last release in 2012. No revdeps. +# dev-python/lxml is the recommended XML handling package. +# Removal in 30 days. Bug #718646. +dev-python/dexml + # Michał Górny <[email protected]> (2020-04-20) # Stuck on Python 3.6. Relies on 2to3. Last release in 2015. # No revdeps. 'json' is built-in in all modern Python versions.
