python3-pybluez_0.23.bb 675 B

1234567891011121314151617181920212223242526
  1. DESCRIPTION = "Bluetooth Python extension module"
  2. HOMEPAGE = "https://pybluez.github.io/"
  3. SECTION = "devel/python"
  4. DEPENDS = "bluez5"
  5. LICENSE = "GPL-2.0-only"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
  7. SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch \
  8. file://py-3.11.patch "
  9. SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
  10. PYPI_PACKAGE = "PyBluez"
  11. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  12. inherit pypi setuptools3
  13. do_configure:prepend() {
  14. sed -i -e "/use_2to3=True,/d" ${S}/setup.py
  15. }
  16. RDEPENDS:${PN} += "\
  17. bluez5 \
  18. python3-fcntl \
  19. "