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: | Network_Jack |
| Maintainer: | Network_Jack |
| Last Packager: | Network_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
- python-gobject
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
yochananmarqos commented on 2023-08-15 14:34 (UTC)
@leinher: This does not depend on
python-coverageand 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
gattcrashes due to missinggi.Here's a patch: