New way to automatically install optional Python dependencies #274
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
notes
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#274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The
manifest.yaml
of an integration should list the system-provided packages for optional Python dependencies when they are available, rather than thepip
packages.Add
apk
sections to the manifest files.Reason for 1: as
pip
is now discouraging installing Python packages in the system folder, and installing the application in a virtual environment isn't always an option, we want to install Python dependencies from the system-provided packages when available.Reason for 2: Platydock is moving towards using Alpine rather than Ubuntu as a base image, and any official image is likely to be based on Alpine too.