python3-ptyprocess_0.7.0.bb 741 B

12345678910111213141516171819202122232425262728293031
  1. SUMMARY = "Run a subprocess in a pseudo terminal"
  2. HOMEPAGE = "https://ptyprocess.readthedocs.io/en/latest/"
  3. SECTION = "devel/python"
  4. LICENSE = "ISC"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490"
  6. SRCNAME = "ptyprocess"
  7. SRC_URI += "file://a44312974bd9084aa568d2e18ce5b2a7e0e45983.patch"
  8. SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
  9. inherit pypi python_flit_core ptest-python-pytest
  10. S = "${WORKDIR}/${SRCNAME}-${PV}"
  11. RDEPENDS:${PN} = "\
  12. python3-core \
  13. python3-fcntl \
  14. python3-terminal \
  15. python3-resource \
  16. "
  17. BBCLASSEXTEND = "native nativesdk"
  18. RDEPENDS:${PN}-ptest += " \
  19. bash \
  20. python3-fcntl \
  21. python3-resource \
  22. python3-terminal \
  23. "