commit: 0f80e6b02c78dc626f019477f5c46be17269a6f2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jun 2 08:29:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 2 08:29:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f80e6b0
package.deprecated: Revert unittest2 Apparently unittest2 has been extended with some py3-isms, so a few (very few) packages actually need it. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index f548b7ef51d..d505ba13fdc 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -40,11 +40,6 @@ x11-libs/pangox-compat # Bug #650320 dev-perl/Net-SMTP-SSL -# Michał Górny <[email protected]> (2020-03-28) -# Backport specific to Python 2.6. No modern package should be using -# it. -dev-python/unittest2 - # Michał Górny <[email protected]> (2020-03-25) # Provides 'pytest' command to setup.py that is entirely redundant. # Strip the dependency, run pytest directly (preferably
