tdf#162798: python3: Add lib/importlib/readers.py
Somehow I missed to add it in a1295cb177
"python: upgrade to 3.10.14 (master only)"
Change-Id: I53e5fa6b89a7ac799041fd28ef4c2558df9743e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173323
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
451a66438a
commit
a3adfdb2d9
1 changed files with 1 additions and 0 deletions
1
external/python3/ExternalPackage_python3.mk
vendored
1
external/python3/ExternalPackage_python3.mk
vendored
|
@ -663,6 +663,7 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/p
|
|||
Lib/importlib/_common.py \
|
||||
Lib/importlib/abc.py \
|
||||
Lib/importlib/machinery.py \
|
||||
Lib/importlib/readers.py \
|
||||
Lib/importlib/resources.py \
|
||||
Lib/importlib/util.py \
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue