From: Trevor Gamblin <[email protected]> python3-twisted relies on various HTTP/2 modules for some optional functionality, but they currently aren't available in the package index. Specifically, twisted has nested dependencies on the priority, h2, hpack, and hyperframe modules either in web/http.py, or in web/test/test_http2.py. Add simple recipes to make them installable for use with twisted and elsewhere.
Signed-off-by: Trevor Gamblin <[email protected]> Trevor Gamblin (4): python-priority: add recipe python-h2: add recipe python-hyperframe: add recipe python-hpack: add recipe .../recipes-connectivity/python-h2/python-h2.inc | 10 ++++++++++ .../recipes-connectivity/python-h2/python-h2_3.1.1.bb | 3 +++ .../recipes-connectivity/python-h2/python3-h2_3.1.1.bb | 3 +++ .../recipes-connectivity/python-hpack/python-hpack.inc | 10 ++++++++++ .../python-hpack/python-hpack_3.0.0.bb | 3 +++ .../python-hpack/python3-hpack_3.0.0.bb | 3 +++ .../python-hyperframe/python-hyperframe.inc | 10 ++++++++++ .../python-hyperframe/python-hyperframe_5.2.0.bb | 3 +++ .../python-hyperframe/python3-hyperframe_5.2.0.bb | 3 +++ .../python-priority/python-priority.inc | 10 ++++++++++ .../python-priority/python-priority_1.3.0.bb | 3 +++ .../python-priority/python3-priority_1.3.0.bb | 3 +++ 12 files changed, 64 insertions(+) create mode 100644 meta-python/recipes-connectivity/python-h2/python-h2.inc create mode 100644 meta-python/recipes-connectivity/python-h2/python-h2_3.1.1.bb create mode 100644 meta-python/recipes-connectivity/python-h2/python3-h2_3.1.1.bb create mode 100644 meta-python/recipes-connectivity/python-hpack/python-hpack.inc create mode 100644 meta-python/recipes-connectivity/python-hpack/python-hpack_3.0.0.bb create mode 100644 meta-python/recipes-connectivity/python-hpack/python3-hpack_3.0.0.bb create mode 100644 meta-python/recipes-connectivity/python-hyperframe/python-hyperframe.inc create mode 100644 meta-python/recipes-connectivity/python-hyperframe/python-hyperframe_5.2.0.bb create mode 100644 meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_5.2.0.bb create mode 100644 meta-python/recipes-connectivity/python-priority/python-priority.inc create mode 100644 meta-python/recipes-connectivity/python-priority/python-priority_1.3.0.bb create mode 100644 meta-python/recipes-connectivity/python-priority/python3-priority_1.3.0.bb -- 2.21.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
