python-for-android
python-for-android copied to clipboard
Remove redundant class variable definition from recipes
- Some of the variables like call_hostpython_via_targetpython, install_in_hostpython are redifined in the package recipes with the exact same value as its parent class, making the definitions redundant. This patch removes these redefinitions.
feel free to abandon this PR if the variables were redefined originally for readability reasons.
Thanks for the cleanup @shyamnathp , however, the CI is failing.
The good news is that I'm 100% sure is not your fault, but in order to have a ✅ , can you please add pygame to this list ?
Thanks for the cleanup @shyamnathp , however, the CI is failing.
The good news is that I'm 100% sure is not your fault, but in order to have a ✅ , can you please add
pygameto this list ?
As a part of understanding the logs, how did you figure out it was 'pygame' that was causing the crash? From the logs, I see liblzma seems to be the culprit and this does not seem to be a dependent recipe of 'pygame'