summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-12 05:48:40 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-12 05:48:40 +0200
commit3df4ab070dec88fdefd0af562af036eb2966c90f (patch)
tree8c1cbfefc404ad50a045f81766fa751686cdf829 /dev-lang
parentdev-vcs/stgit: add 2.4.12, drop 2.4.10 (diff)
downloadgentoo-3df4ab070dec88fdefd0af562af036eb2966c90f.tar.gz
gentoo-3df4ab070dec88fdefd0af562af036eb2966c90f.tar.bz2
gentoo-3df4ab070dec88fdefd0af562af036eb2966c90f.zip
dev-lang/python: Remove crypt dep leftovers from 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-3.13.0_rc2.ebuild3
1 files changed, 1 insertions, 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[@]}"