Remove uneeded dependencies for AppImage building

Pillow 0.7+ no longer requires separate installation of libraries like
libjpeg, zlib, etc, for common desktop architectures at least
(which is why we keep them in the INSTALL.md manual install commands).
This commit is contained in:
miruka
2020-05-30 19:39:02 -04:00
parent 61a045269d
commit 7c83b1c167
2 changed files with 2 additions and 5 deletions

View File

@@ -207,8 +207,6 @@
- Use Qt 5.14 for AppImage
- Add AppImage & Flatpak metadata file
- Pillow now bundle image libraries?
Update AppImage building script and INSTALL.md
- Publish on Flathub and AppImageHub
- Update to Mistune v2.0 when released