mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
udiskie: add missing runtime dependency
This commit is contained in:
parent
7e093e8009
commit
6f22ba799e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'udiskie'
|
# Template file for 'udiskie'
|
||||||
pkgname=udiskie
|
pkgname=udiskie
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext asciidoc python3-setuptools"
|
hostmakedepends="gettext asciidoc python3-setuptools"
|
||||||
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
||||||
python3-yaml udisks2"
|
python3-yaml python3-setuptools udisks2"
|
||||||
checkdepends="${depends} python3-pytest-xdist"
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
short_desc="Removable disk automounter using udisks"
|
short_desc="Removable disk automounter using udisks"
|
||||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue