Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pytoml: Drop unnecessary SRC_URI md5sum | J. S. | 2024-10-19 | 1 | -1/+0 |
| | | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-pytoml: switch to pytest --automake | Tim Orling | 2024-02-16 | 1 | -3/+4 |
| | | | | | | | * Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Convert to new override syntax | Martin Jansa | 2021-08-03 | 1 | -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-pytoml: add datetime and stringold to RDEPENDS | Trevor Gamblin | 2020-05-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Error messages like the following are encountered if datetime and stringold are not in RDEPENDS for pytoml, so add them: |Python 3.8.2 (default, Apr 27 2020, 08:51:00) |[GCC 9.3.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> import pytoml |Traceback (most recent call last): |File "<stdin>", line 1, in <module> |File "/usr/lib64/python3.8/site-packages/pytoml/_init_.py", line 2, in <module> |from .parser import load, loads |File "/usr/lib64/python3.8/site-packages/pytoml/parser.py", line 3, in <module> |from .utils import rfc3339_re, parse_rfc3339_re |File "/usr/lib64/python3.8/site-packages/pytoml/utils.py", line 1, in <module> |import datetime |ModuleNotFoundError: No module named 'datetime' Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-pytoml: Enable ptest | Zang Ruochen | 2020-04-10 | 1 | -1/+14 |
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-pytoml: consolidate inc and bb files into a single bb file | Derek Straka | 2020-04-05 | 1 | -1/+11 |
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-pytoml,python3-jsmin: Add recipes | Khem Raj | 2020-01-22 | 1 | -0/+2 |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |