diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-12 05:48:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-12 05:48:40 +0200 |
commit | 3df4ab070dec88fdefd0af562af036eb2966c90f (patch) | |
tree | 8c1cbfefc404ad50a045f81766fa751686cdf829 /dev-lang | |
parent | dev-vcs/stgit: add 2.4.12, drop 2.4.10 (diff) | |
download | gentoo-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.ebuild | 3 |
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[@]}" |