Closed
Description
in setup.py
the "diff" is not listed:
https://github.com/kivy/python-for-android/blob/develop/setup.py
package_data = {'': ['*.tmpl',
'*.patch', ], }
and therefore this diff
patch:
https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/recipes/python3/patches/reproducible-buildinfo.diff
is not installed during pip
invocation:
cd /tmp
git clone --depth 1 https://github.com/kivy/python-for-android.git
cd python-for-android
pip install .
Metadata
Metadata
Assignees
Labels
No labels