Skip to content

"diff" files are ignored during "pip install ." #2435

Closed
@Andrei-Pozolotin

Description

@Andrei-Pozolotin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions