Extended manifest files with Python system packages (if available) #275
No reviewers
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#275
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "274/refactor-integrations-manifests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a Python optional dependency is available as a system package on
the target system, try and install it that route rather than pip. It's
usually faster and it decreases the risk of breaking system packages.
Added support for apk dependencies in manifest files. This brings the
number of distros officially supported by all the extensions to four:
Closes: #274
bin/platypush
script. e9dbcff1a8@ensure_initialized
decorator to actions invariable
.