python3-dbussy_1.3.bb 485 B

12345678910111213141516171819202122
  1. SUMMARY = "language bindings for libdbus, for Python 3.5 or later"
  2. HOMEPAGE = "https://github.com/ldo/dbussy"
  3. LICENSE = "LGPLv2.1"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
  5. SRC_URI = "git://github.com/ldo/dbussy.git"
  6. SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
  7. S = "${WORKDIR}/git"
  8. inherit distutils3
  9. RDEPENDS_${PN} += "\
  10. python3-asyncio \
  11. python3-core \
  12. python3-ctypes \
  13. python3-xml \
  14. "
  15. BBCLASSEXTEND = "native nativesdk"