diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-07-09 02:39:33 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-07-09 10:46:30 +0200 |
commit | 24bf1dbb32272d6d1846c76ec902b53fc0525f6b (patch) | |
tree | c9fe6208271a250bd24464ced61e41621ace3409 /external/python3 | |
parent | f9cd7e2801e7bbc620521f2ce3ee4be4c66cdc21 (diff) |
python3: easy_install no longer exists on macosx
/bin/sh: line 1: easy_install-3.10: No such file or directory
Also seen in libreoffice-24-2 branch with python 3.8
/bin/sh: line 1: easy_install-3.8: No such file or directory
Change-Id: Ia4b26c4526c03bec2f06f19ec6ea8539332d43da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170176
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'external/python3')
-rw-r--r-- | external/python3/ExternalProject_python3.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk index c0686eaf3f87..5bafc38e5260 100644 --- a/external/python3/ExternalProject_python3.mk +++ b/external/python3/ExternalProject_python3.mk @@ -153,7 +153,6 @@ $(call gb_ExternalProject_get_state_target,python3,fixscripts) : $(call gb_Exter $(COMMAND_ECHO)cd $(python3_fw_prefix)/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/bin/ && \ for file in \ 2to3-$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) \ - easy_install-$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) \ idle$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) \ pip$(PYTHON_VERSION_MAJOR) \ pip$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) \ |