meta-python: rename python2 recipes to python3 eqiuvalent

Rename recipes which were previously built with python2 to their python3
equivalents.

Use new python3 classes (setuptools3) in those recipes.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrey Zhizhikin
2020-01-20 20:17:49 +00:00
committed by Khem Raj
parent 05d0c5eee3
commit 1ae3178716
6 changed files with 5 additions and 5 deletions
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c
PYPI_PACKAGE = "Pyro4"
inherit pypi setuptools
inherit pypi setuptools3
RDEPENDS_${PN} += " \
${PYTHON_PN}-logging \