commit: 3df4ab070dec88fdefd0af562af036eb2966c90f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 03:48:40 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 03:48:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df4ab07
dev-lang/python: Remove crypt dep leftovers from 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.13.0_rc2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-lang/python/python-3.13.0_rc2.ebuild
b/dev-lang/python/python-3.13.0_rc2.ebuild
index f8efac0844bc..c5c03a0077dc 100644
--- a/dev-lang/python/python-3.13.0_rc2.ebuild
+++ b/dev-lang/python/python-3.13.0_rc2.ebuild
@@ -53,7 +53,6 @@ RDEPEND="
dev-libs/mpdecimal:=
dev-python/gentoo-common
>=sys-libs/zlib-1.1.3:=
- virtual/libcrypt:=
virtual/libintl
ensurepip? ( dev-python/ensurepip-pip )
gdbm? ( sys-libs/gdbm:=[berkdb] )
@@ -211,7 +210,7 @@ build_cbuild_python() {
# We disabled these for CBUILD because Python's setup.py can't
handle locating
# libdir correctly for cross. This should be rechecked for the
pure Makefile approach,
# and uncommented if needed.
- #_ctypes _crypt
+ #_ctypes
EOF
ECONF_SOURCE="${S}" econf_build "${myeconfargs_cbuild[@]}"