Files
kiwix-build/kiwixbuild/dependencies
Veloman Yunkan 1676e740c0 Enabled android-ndk to work with Python 3.12+
distutils was dropped from Python 3.12. Fortunately, our usage of
android-ndk only relied on distutils.dir_util.copy_tree() in
build/tools/make_standalone_toolchain.py which
is easy to replace with shutil.copytree(). That is done via a small
patch.

Note that there are more references to distutils in the following
files but it looks like our CI/CD flows aren't affected by those:

sources/third_party/shaderc/third_party/spirv-tools/utils/generate_registry_tables.py
sources/third_party/vulkan/src/scripts/update_deps.py
prebuilt/linux-x86_64/bin/python2.7-config
prebuilt/linux-x86_64/bin/python-config
prebuilt/linux-x86_64/bin/python2-config
various files under prebuilt/linux-x86_64/lib/python2.7/
python-packages/fastboot/setup.py
python-packages/adb/setup.py
2025-04-03 06:16:04 +02:00
..
2024-02-05 11:41:09 +01:00
2023-11-02 11:14:04 +01:00
2024-12-21 11:38:49 -07:00
2025-02-24 19:36:10 +04:00
2024-06-07 15:36:58 +02:00
2024-02-05 11:41:09 +01:00
2024-02-05 11:41:09 +01:00
2024-02-05 11:41:09 +01:00
2024-02-05 11:41:09 +01:00
2024-02-05 11:41:09 +01:00
2024-06-07 15:36:58 +02:00
2024-06-07 15:36:58 +02:00