diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-22 19:53:00 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-22 19:53:00 +0000 |
commit | c81cc57d821b40d08b74a3df78a8f5366313d1e4 (patch) | |
tree | 978b86f1a3534c02f6dd767977d0d095c2fa96fd /px/packages/device.scm | |
parent | 3d77c51422e1f4bb203c95acd2b2b862db847c3a (diff) |
bcms: add python-dbus input
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index ad0ff08..e8147d0 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -503,6 +503,7 @@ configuration file from commandline args and upload results to the server") ("python-pycapnp" ,python-pycapnp) ("python-requests" ,python-requests) ("python-bleak" ,python-bleak) + ("python-dbus" ,python-dbus) ("px-python-shared" ,px-python-shared))) (home-page "https://www.pantherx.org/") (synopsis "Collect and submit detailed system info") |