1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3815 from deldesir/deldesir-patch-3

Experimenting with various apt package installs [e.g. python3-cryptography, so Calibre-Web unit test works on Raspberry Pi OS]
This commit is contained in:
A Holt 2024-10-02 09:24:16 -04:00 committed by GitHub
commit b7b1b59763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,10 +21,11 @@
# Official upstream instructions:
# apt install python3-pip python3-venv
# https://github.com/janeczku/calibre-web/wiki/Manual-installation
- name: "Install packages: imagemagick, python3-netifaces"
- name: "Install packages: imagemagick, python3-cryptography, python3-netifaces"
package:
name:
- imagemagick
- python3-cryptography # Required on Raspberry Pi OS (see iiab/calibre-web#260)
- python3-netifaces
state: present