mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
hamster-applet: add implicit pyxdg dependency
This commit is contained in:
parent
1dd050325c
commit
c75ff90f69
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ post_install() {
|
||||||
hamster-applet_package() {
|
hamster-applet_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="hamster"
|
pycompile_module="hamster"
|
||||||
depends="pygtk dbus-python python-gconf notify-python pysqlite"
|
depends="pygtk pyxdg dbus-python python-gconf notify-python pysqlite"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue