mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
lollypop: add missing runtime dep 'python3-BeautifulSoup4'
This commit is contained in:
parent
054de4b303
commit
cc4ba91a68
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'lollypop'
|
# Template file for 'lollypop'
|
||||||
pkgname=lollypop
|
pkgname=lollypop
|
||||||
version=1.2.25
|
version=1.2.25
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
|
hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
|
||||||
makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
|
makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
|
||||||
depends="dconf gst-libav gst-plugins-good1 libnotify libsecret python3-dbus python3-gobject
|
depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
|
||||||
python3-pylast python3-youtube-dl python3-Pillow totem-pl-parser"
|
python3-dbus python3-gobject python3-pylast python3-youtube-dl
|
||||||
|
python3-Pillow totem-pl-parser python3-BeautifulSoup4"
|
||||||
short_desc="Music player for GNOME"
|
short_desc="Music player for GNOME"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue