summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.15.ebuild
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-lang/python/python-3.11.15.ebuild
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-lang/python/python-3.11.15.ebuild')
-rw-r--r--dev-lang/python/python-3.11.15.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-lang/python/python-3.11.15.ebuild b/dev-lang/python/python-3.11.15.ebuild
index 6dabf3a39ae3..1040b6acbbb6 100644
--- a/dev-lang/python/python-3.11.15.ebuild
+++ b/dev-lang/python/python-3.11.15.ebuild
@@ -27,7 +27,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="bluetooth build +ensurepip examples gdbm hardened libedit libressl lto +ncurses pgo +readline +sqlite +ssl test tk valgrind"
+IUSE="bluetooth build +ensurepip examples gdbm hardened libedit lto +ncurses pgo +readline +sqlite +ssl test tk valgrind"
RESTRICT="!test? ( test )"
# Do not add a dependency on dev-lang/python to this ebuild.
@@ -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.5.0:= )
+ >=dev-libs/openssl-1.1.1:=
+
)
tk? (
>=dev-lang/tcl-8.0:=
@@ -120,10 +120,6 @@ src_prepare() {
rm -r Modules/expat || die
rm -r Modules/_ctypes/libffi* || die
- if use libressl; then
- eapply -p0 ${FILESDIR}/hashopenssl-3.10.5-r1.patch
- eapply -p0 ${FILESDIR}/ssl.patch
- fi
local PATCHES=(
"${WORKDIR}/${PATCHSET}"