Skip to content

Commit bce2b0d

Browse files
jjhelmusSchamper
authored andcommitted
remove openssl-1 from unix builds (astral-sh#1016)
OpenSSL 1.x is not used for any version of Python built on Linux or macOS. The entry does need to be retained as it is still used by the 3.10 on Windows.
1 parent 2238f8e commit bce2b0d

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

cpython-unix/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ $(OUTDIR)/mpdecimal-$(MPDECIMAL_VERSION)-$(PACKAGE_SUFFIX).tar: $(PYTHON_DEP_DEP
171171
$(OUTDIR)/ncurses-$(NCURSES_VERSION)-$(PACKAGE_SUFFIX).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/build-ncurses.sh
172172
$(RUN_BUILD) --docker-image $(DOCKER_IMAGE_BUILD) ncurses
173173

174-
$(OUTDIR)/openssl-1.1-$(OPENSSL_1.1_VERSION)-$(PACKAGE_SUFFIX).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/build-openssl-1.1.sh
175-
$(RUN_BUILD) --docker-image $(DOCKER_IMAGE_BUILD) openssl-1.1
176-
177174
$(OUTDIR)/openssl-3.5-$(OPENSSL_3.5_VERSION)-$(PACKAGE_SUFFIX).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/build-openssl-3.5.sh
178175
$(RUN_BUILD) --docker-image $(DOCKER_IMAGE_BUILD) openssl-3.5
179176

cpython-unix/build-openssl-1.1.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

cpython-unix/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,6 @@ def main():
11721172
"m4",
11731173
"mpdecimal",
11741174
"ncurses",
1175-
"openssl-1.1",
11761175
"openssl-3.5",
11771176
"patchelf",
11781177
"sqlite",

0 commit comments

Comments
 (0)