The project has been abandoned for a few years now, and
no longer builds with python 3.9.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
python3-iniconfig is required by pytest 6.1.0. And add it to
packagegroup-meta-python.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
It is required by python3-pykwalify cli
...
$ pykwalify -h
x86_64-wrlinuxsdk-linux/usr/lib/python3.8/site-packages/pykwalify/cli.py", line 11, in <module>
from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The main recipes for python3-jinja2 and python3-markupsafe
have moved to oe-core. No need to duplicate them here.
Instead, we add them to meta-python3-ptest sub-package, since
we do enable ptest with bbappends.
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Remove packagegroup-meta-python3-ptest from PACKAGES in packagegroup-meta-python.bb
to fix QA issue, and change python3-cryptography to python3-cryptography-ptest in
RDEPENDS_packagegroup-meta-python3-ptest to be consistent with how other ptest images
list RDEPENDS.
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- License-Update: Formatting changes due to change in SRC_URI
- This is reflected as latest release on PyPI
- Add python3 variant
- Add python3 variant to meta-python packagegroup
Signed-off-by: Khem Raj <raj.khem@gmail.com>
As it depends on pathon 2.x Numpy which has been removed from oe-core.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
As it requires python-nose, which will be removed from oe-core.
3.x version remains available.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This recipe depends on 2.x version of NumPy, which is about to be
removed from oe-core (due to the latest release of NumPy no longer
supporting Python 2.x).
3.x versions remain available as before.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>