commit: 5b4c0e997a6cb824cb8b2368b53ce9533e408e3a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 08:50:31 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 08:50:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4c0e99
package.deprecated: Deprecate dev-python/unittest2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index eb9098f7a83..944463e4873 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# 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
