diff options
-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[@]}" |