meta-openembedded/meta-python
Vyacheslav Yurkov 89d0acd967 python3-aiohttp: added missing RDEPENDs
aiohttp implicitly RDEPENDs on html, json, and socketserver modules,
which are part of python3 recipe. They can't be properly imported if
they are missing from RDEPENDS

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8e7c57bd8f)
[Fixup for Gatesgarth context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-01-10 11:02:51 -08:00
..
classes
conf meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT 2020-10-15 11:42:15 -07:00
licenses python3-pydicti: Add recipe 2020-08-25 10:32:58 -07:00
recipes-connectivity python3-mprpc: remove the recipe 2020-11-02 09:00:32 -08:00
recipes-core python3-mprpc: remove the recipe 2020-11-02 09:00:32 -08:00
recipes-devtools python3-aiohttp: added missing RDEPENDs 2021-01-10 11:02:51 -08:00
recipes-extended python3-pyparted: Upgrade 3.11.6 -> 3.11.7 2020-10-28 10:22:05 -07:00
COPYING.MIT
README README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00

meta-python
================================

Introduction
-------------------------

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies
-------------------------

The meta-python layer depends on:

	URI: git://git.openembedded.org/openembedded-core
	layers: meta
	branch: gatesgarth
	revision: HEAD

	URI: git://git.openembedded.org/meta-openembedded
	layers: meta-oe
	branch: gatesgarth
	revision: HEAD

Please follow the recommended setup procedures of your OE distribution.
For Angstrom that is:
        http://www.angstrom-distribution.org/building-angstrom,
other distros should have similar online resources.

Contributing
-------------------------

The meta-openembedded mailinglist
(openembedded-devel@lists.openembedded.org) is used for questions,
comments and patch review. It is subscriber only, so please register
before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with
'[meta-python][gatesgarth]' in the subject.

When sending single patches, please use something like: 
'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][gatesgarth][PATCH'

Maintenance
-------------------------

gatesgarth Maintainers: Armin Kuster <akuster808@gmail.com>