fix(flatpak): prefetch CPython source archive

This commit is contained in:
Ian Chua
2026-07-03 17:22:40 +08:00
parent 0918f9319c
commit e4566d32be

View File

@@ -300,6 +300,12 @@ modules:
sha256: 1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277
dest: external-packages/OpenCV
# CPython 3.12.3
- type: file
url: https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tar.xz
sha256: 56bfef1fdfc1221ce6720e43a661e3eb41785dd914ce99698d8c7896af4bdaa1
dest: external-packages/python3
# ---------------------------------------------------------------
# Fallback archives for deps normally provided by the GNOME SDK.
# These are only used if find_package() fails to locate them.