diff options
author | Devaev Maxim <[email protected]> | 2018-11-18 08:38:41 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-18 08:38:41 +0300 |
commit | 302d055953c2c5873c86afcde62661ba8a539666 (patch) | |
tree | f1b937969c20bdc212d0faf29abcfbfb5d693c2f /PKGBUILD | |
parent | ee44df568e3fb4197b8c27d40eeadeff3150cc84 (diff) |
fixed missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ depends=( python-pyserial python-setproctitle python-systemd + python-dbus ) makedepends=(python-setuptools) source=("$url/archive/v$pkgver.tar.gz") |