From 0cd28f1040f28bc7f9ac1ecd5d6fbf8e948fa88c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 23 Apr 2023 18:59:37 +0200 Subject: [PATCH] libbluetooth-dev is a required dependency to build pybluez on Debian-derived distros --- platypush/plugins/bluetooth/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platypush/plugins/bluetooth/manifest.yaml b/platypush/plugins/bluetooth/manifest.yaml index 17937ad9..c91cf473 100644 --- a/platypush/plugins/bluetooth/manifest.yaml +++ b/platypush/plugins/bluetooth/manifest.yaml @@ -20,5 +20,7 @@ manifest: - pydbus - git+https://github.com/pybluez/pybluez - git+https://github.com/BlackLight/PyOBEX + apt: + - libbluetooth-dev package: platypush.plugins.bluetooth type: plugin