Adding pure python package to requirements currently only installs this package, without its own dependencies. You have to flatten the list of recursive dependencies yourself, and provide them all as --requirements, which could be quite hard to do.
It would be a lot easier if p4a installed recursive deps by itself.
Possibly related: #1490
Adding pure python package to requirements currently only installs this package, without its own dependencies. You have to flatten the list of recursive dependencies yourself, and provide them all as --requirements, which could be quite hard to do.
It would be a lot easier if p4a installed recursive deps by itself.
Possibly related: #1490