diff options
Diffstat (limited to 'dev-lang/python/python-3.12.13.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.12.13.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-lang/python/python-3.12.13.ebuild b/dev-lang/python/python-3.12.13.ebuild index 104da8be2e14..002e419d082b 100644 --- a/dev-lang/python/python-3.12.13.ebuild +++ b/dev-lang/python/python-3.12.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2025 BaldEagleOS Authors +# Copyright 2021-2025 Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WANT_LIBTOOL="none" @@ -29,7 +29,7 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE=" - bluetooth build debug +ensurepip examples gdbm libressl libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind + bluetooth build debug +ensurepip examples gdbm libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind " RESTRICT="!test? ( test )" @@ -59,8 +59,8 @@ RDEPEND=" ) sqlite? ( >=dev-db/sqlite-3.3.8:3= ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( >=dev-libs/libressl-3.9.1:= ) + >=dev-libs/openssl-1.1.1:= + ) tk? ( >=dev-lang/tcl-8.0:= @@ -126,11 +126,6 @@ src_prepare() { # TODO: Makefile has annoying deps on expat headers #rm -r Modules/expat || die - if use libressl; then - eapply -p1 ${FILESDIR}/hashopenssl-3.12.4.patch - eapply -p1 ${FILESDIR}/ssl-3.12.3-r1.patch - eapply -p1 ${FILESDIR}/configure_ac.patch - fi local PATCHES=( "${WORKDIR}/${PATCHSET}" |
