Search Criteria
Package Details: python-gatt 0.2.7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gatt.git (read-only, click to copy) |
---|---|
Package Base: | python-gatt |
Description: | Bluetooth GATT SDK for Python helps you implementing and communicating with any Bluetooth Low Energy device that has a GATT profile |
Upstream URL: | https://github.com/getsenic/gatt-python |
Keywords: | ble bluetooth gatt lib python |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-16 21:28 (UTC) |
Last Updated: | 2023-05-14 03:05 (UTC) |
Dependencies (6)
- bluez (bluez-gitAUR, bluez-ps3AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
yochananmarqos commented on 2023-08-15 14:34 (UTC)
@leinher: This does not depend on
python-coverage
and builds just fine without it.leinher commented on 2023-08-15 12:48 (UTC) (edited on 2023-08-15 12:50 (UTC) by leinher)
I was not able to install this package with with yay.
Fixing a dependency of python-coverage worked for me.
See attached patch:
whynothugo commented on 2022-08-03 09:10 (UTC)
A dependency is missing and importing
gatt
crashes due to missinggi
.Here's a patch: