mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
python3-pybluez: Upgrade 0.22 -> 0.23
Upgrade to release 0.23: - Dropped support for Python 2.7. The minimum Python version is now 3.5. Use tar.gz instead of zip. Fix the URL of the HOMEPAGE. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
19
meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
Normal file
19
meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "Bluetooth Python extension module"
|
||||
HOMEPAGE = "https://pybluez.github.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
DEPENDS = "bluez5"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
|
||||
|
||||
SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
|
||||
SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
|
||||
|
||||
PYPI_PACKAGE = "PyBluez"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
bluez5 \
|
||||
${PYTHON_PN}-fcntl \
|
||||
"
|
||||
Reference in New Issue
Block a user