meta-digi/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.9.0.bb

20 lines
656 B
BlitzBasic
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (C) 2022-2025, Digi International Inc.
SUMMARY = "Library providing an API to access to Bluez with zero boilerplate code"
DESCRIPTION = "The library will use calls to the BlueZ D-Bus API and use sensible defaults to help with that simplification."
HOMEPAGE = "https://github.com/ukBaz/python-bluezero"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=66f12994d9f609ef52171aaa0bd371a9"
SRC_URI[sha256sum] = "2512935e094e3afd21ca9d4cb1b9aaa88a524e9538ae81305b2086f09f0eee17"
inherit setuptools3 pypi
RDEPENDS:${PN} += " \
python3-dbus \
python3-pygobject \
"
RPROVIDES:${PN} = "python3-bluezero"