Skip to content

Buggy dependencies handling with multiple ./distribute.sh #90

@tito

Description

@tito

We should be smarter when using ./distribute.sh.

We should:

  • seperate C libs with Python extensions, and prior C libs before any python extensions.
  • be smart of the python deps: if someone compiled with -m "kivy" and then "sqlite3 kivy", sqlite3 will be compiled, but not python again. So the module sqlite3 will not appear in the final distribution!

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