Komikku: remove python3-requests from depends.

python3-cloudscraper depends on it but Komikku itself doesn't.

Also sort depends for convenience.

Closes: #30987 [via git-merge-pr]
This commit is contained in:
Lorem 2021-06-13 06:42:09 +05:30 committed by Érico Nogueira
parent 4b1720fb9a
commit 9400a7f6c1

View file

@ -1,15 +1,15 @@
# Template file for 'Komikku'
pkgname=Komikku
version=0.29.2
revision=1
revision=2
wrksrc=Komikku-v${version}
build_style=meson
hostmakedepends="gettext glib-devel gobject-introspection pkg-config"
makedepends="gtk+3-devel libhandy1-devel"
depends="gtk+3 python3-BeautifulSoup4 python3-requests python3-dateparser
python3-gobject python3-lxml python3-magic python3-Pillow python3-pure-protobuf
libhandy1 libnotify libsecret python3-Unidecode python3-keyring
python3-cloudscraper"
depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
python3-gobject python3-keyring python3-lxml python3-magic
python3-pure-protobuf"
checkdepends="appstream-glib desktop-file-utils"
short_desc="Online/offline manga reader for GNOME"
maintainer="Lorem <notloremipsum@protonmail.com>"