Open
Description
Feature or enhancement
As seen on the buildbot, it's currently being omitted:
checking for libzstd >= 1.4.5... no
In the current build system, this will require the following:
- Add a libzstd release in https://github.com/beeware/cpython-android-source-deps.
- Update android.py to download it before running
configure
.
Related: