YunoHost-Apps / seafile_ynh

Seafile package for YunoHost
https://seafile.com
MIT License
14 stars 19 forks source link

[buster] python-imaging ain't there anymore on buster, to replaced by python-pil #56

Closed alexAubin closed 3 years ago

alexAubin commented 4 years ago

Trying to install the deps :

[...]
Package python-imaging is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python-pil

So this PR adds an 'or' to have compatibility with stretch and buster.

N.B. : didn't test the install of the app with this change ... maybe python-pil refers to Pillow and maybe that means it's not necessary to compile it on buster (c.f. the next lines about pip install Pillow), i dunno

Josue-T commented 4 years ago

Hello,

Thanks for your PR. Maybe I will fix this with seafile 7.1 which is actually in beta. This version is on python3 and the dependence management is a little bit change, most of dependences are installed by pip instead of apt.

alexAubin commented 3 years ago

Sounds like it got fixed at some point