python3-h2_4.2.0.bb 397 B

1234567891011
  1. DESCRIPTION = "HTTP/2 State-Machine based protocol implementation"
  2. HOMEPAGE = "https://github.com/python-hyper/hyper-h2"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=aa3b9b4395563dd427be5f022ec321c1"
  5. SRC_URI[sha256sum] = "c8a52129695e88b1a0578d8d2cc6842bbd79128ac685463b887ee278126ad01f"
  6. inherit pypi python_setuptools_build_meta
  7. RDEPENDS:${PN} += "python3-hpack python3-hyperframe"