diff options
author | Ben Gampe <bgampe@digi.com> | 2021-03-29 11:21:39 +1000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 09:04:34 -0700 |
commit | a0405c08c65537e96f05ea955c5028400d89b2ed (patch) | |
tree | e089ede374a804b80a4045b2b53d512531ab0efa /meta-python | |
parent | 4c2da65c337283be396ef4e102a297e33591c27c (diff) | |
download | meta-openembedded-a0405c08c65537e96f05ea955c5028400d89b2ed.tar.gz |
python3-h11: new package
Add recipe for python3-h11: a pure-Python, bring-your-own-I/O
implementation of HTTP/1.1
Signed-off-by: Ben Gampe <bgampe@digi.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-h11_0.12.0.bb | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index e84bf225eb..0418b59308 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -153,6 +153,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
153 | python3-grpcio-tools \ | 153 | python3-grpcio-tools \ |
154 | python3-gsocketpool \ | 154 | python3-gsocketpool \ |
155 | python3-gunicorn \ | 155 | python3-gunicorn \ |
156 | python3-h11 \ | ||
156 | python3-h2 \ | 157 | python3-h2 \ |
157 | python3-h5py \ | 158 | python3-h5py \ |
158 | python3-haversine \ | 159 | python3-haversine \ |
diff --git a/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb b/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb new file mode 100644 index 0000000000..4cd0d4de74 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" | ||
2 | HOMEPAGE = "https://github.com/python-hyper/h11" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f5501d19c3116f4aaeef89369f458693" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" | ||