Skip to content

Commit

Permalink
Revert PR iiab#3815: python3-cryptography no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
holta authored Oct 27, 2024
1 parent 1d9c019 commit ef86812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/calibre-web/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +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-cryptography, python3-netifaces"
- name: "Install packages: imagemagick, python3-netifaces"
package:
name:
- imagemagick
- python3-cryptography # Required on Raspberry Pi OS (see iiab/calibre-web#260)
#- python3-cryptography # Was needed on Raspberry Pi OS (SEE iiab/calibre-web#260, janeczku/calibre-web#3183)
- python3-netifaces
state: present

Expand Down

0 comments on commit ef86812

Please sign in to comment.