summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-16 13:04:41 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-16 13:04:41 +0100
commit27053625fca02194d82025c04a48d8aaa5e95a6e (patch)
tree67965df123d7da41e143c9597ef176d506a4c708 /extra
parent396f58244d996484eb1548a6f3a4e5b07c3d590a (diff)
downloadpackages-27053625fca02194d82025c04a48d8aaa5e95a6e.tar.xz
extra/avahi: forcing makedepends on dbus-python
Diffstat (limited to 'extra')
-rw-r--r--extra/avahi/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD
new file mode 100644
index 00000000..24fa4a77
--- /dev/null
+++ b/extra/avahi/PKGBUILD
@@ -0,0 +1,2 @@
+# python-dbus doesn't get update to dbus-python when building in a chroot? Forcing it..
+makedepends+=(dbus-python)