commit: ce0d379f4bb4b1e1d32e927f5856df43a3a25ac6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 19:13:17 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 19:13:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0d379f
package.deprecated: Add dev-python/pycrypto Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index ae446bc33c0..4c450d93c64 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2019-12-09) +# The pycrypto project is long dead, and has been forked into +# dev-python/pycryptodome that's not entirely API compatible. Many +# upstreams prefer switching to dev-python/cryptography instead. +dev-python/pycrypto + # Michał Górny <[email protected]> (2019-12-09) # Test coverage reporting is not useful for Gentoo ebuilds. The deps # against coverage plugins are either entirely spurious, or the build
