blob: c457836b7c4a4a743f1e22c9b1bf58fc4974da59 [file] [log] [blame]
Brad Bishop868407c2019-11-04 13:24:47 -05001DESCRIPTION = "HTTP/2 State-Machine based protocol implementation"
2HOMEPAGE = "https://github.com/python-hyper/hyper-h2"
3LICENSE = "MIT"
4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b6b2f6bbe76528af543242d606c14851"
6
7SRC_URI[md5sum] = "950b5a62a2a608dc4547a01edf99aa8f"
8SRC_URI[sha256sum] = "b8a32bd282594424c0ac55845377eea13fa54fe4a8db012f3a198ed923dc3ab4"
9
10inherit pypi
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12RDEPENDS_${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe"