From 571acf71fef54cfe4d60df3cd81461c9dfc5d606 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 15 Oct 2024 20:24:29 +0000 Subject: [PATCH] android: update p4a ref - to include https://github.com/spesmilo/python-for-android/commit/0ab0d872e6c6b88ddc05b9c4ba6fcd3aa7921242 > recipes: add patches for python3 recipes, for reproducible .pyc generation This should fix build repro of the apk. --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 59c616e63..4e012d0cb 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -190,7 +190,7 @@ RUN cd /opt \ && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e . # install python-for-android -ENV P4A_CHECKOUT_COMMIT="d4432ec8d07b8521465d6daddd55046fc0413599" +ENV P4A_CHECKOUT_COMMIT="0ab0d872e6c6b88ddc05b9c4ba6fcd3aa7921242" # ^ from branch electrum_20240930 (note: careful with force-pushing! see #8162) RUN cd /opt \ && git clone https://github.com/spesmilo/python-for-android \