external/python3/ExternalPackage_python3.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit 02363a5cf5ef95b9958a05c4b3af2fba18549226 Author: Xisco Fauli <[email protected]> AuthorDate: Wed Dec 18 20:54:39 2024 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Dec 18 22:31:04 2024 +0100 related tdf#143980: python3: add ensurepip Change-Id: Ia38a81cbcd14776b7fa1398856bd3f8997a869ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178741 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/external/python3/ExternalPackage_python3.mk b/external/python3/ExternalPackage_python3.mk index 871175b03de8..baf7b216ccf7 100644 --- a/external/python3/ExternalPackage_python3.mk +++ b/external/python3/ExternalPackage_python3.mk @@ -638,6 +638,18 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/p Lib/encodings/zlib_codec.py \ )) +$(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/ensurepip,\ + Lib/ensurepip/__init__.py \ + Lib/ensurepip/__main__.py \ + Lib/ensurepip/_uninstall.py \ +)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/ensurepip/_bundled,\ + Lib/ensurepip/_bundled/__init__.py \ + Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl \ + Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl \ +)) + $(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/html,\ Lib/html/__init__.py \ Lib/html/entities.py \
