summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-execnet: depend on setuptools-scmKonrad Weihmann2022-01-041-1/+4
| | | | | | | | as this otherwise will be pulled on the fly while compiling Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-execnet: Add ptestsKhem Raj2021-06-241-3/+12
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* meta-python: Add python3-fastjsonschema and its dependenciesKhem Raj2021-06-231-0/+19
python3-fastjsonschema claims to be fastest Python implementation of JSON schema it however needs additional packages which are also added here, since they are all dependent, its added in single commit so backporting is simpler Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>