Skip to content

Commit c91100e

Browse files
rtibblesclaude
andcommitted
Pin build<1.4.3 via updated p4a to fix APK build failure
build 1.4.3 introduced a regression (pypa/build#1037) that strips PYTHONPATH from isolated build subprocesses but not from the pip install step, causing setuptools.build_meta to be missing when building cryptography. Update p4a pin to include the workaround. Bump version to 0.1.10. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1db7bb8 commit c91100e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cython~=0.29
22
ifaddr
33
virtualenv
44
setuptools
5-
git+https://github.com/learningequality/python-for-android@632047c77661710e1ed19b110ef78402c4c64228#egg=python-for-android
5+
git+https://github.com/learningequality/python-for-android@1b3fff2dd4e9a147551650b2730fcd6e6441f02d#egg=python-for-android
66
google-api-python-client==2.96.0
77
google-auth==2.22.0
88
google-auth-httplib2==0.1.0

scripts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from play_store_api import get_latest_version_code
66

77

8-
android_installer_version = "0.1.9"
8+
android_installer_version = "0.1.10"
99

1010

1111
BUILD_TYPE_DEBUG = "debug"

0 commit comments

Comments
 (0)