[oe] [PATCH 0/4] meta-oe: add python http2 recipes

Trevor Gamblin trevor.gamblin at windriver.com
Thu Oct 31 18:38:51 UTC 2019


On 10/31/19 2:34 PM, Trevor Gamblin wrote:

> From: Trevor Gamblin <trevor.gamblin at windriver.com>
>
> 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 <trevor.gamblin at windriver.com>
>
> 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
>
Oops, wrong label. Resending...


More information about the Openembedded-devel mailing list