blanket: remove depends on python-gobject
I was surprised that blanket works. It's working only because gst1-python3 pulls python3-gobject in.
This commit is contained in:
parent
ce20a34fc1
commit
24d41171a3
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'blanket'
|
||||
pkgname=blanket
|
||||
version=0.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config gettext glib-devel"
|
||||
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 python-gobject libhandy1"
|
||||
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libhandy1"
|
||||
short_desc="Improve focus and productivity by listening to different sounds"
|
||||
maintainer="Reback00 <reback00@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue