Files
meta-openembedded/meta-python/recipes-devtools/python
Trevor Gamblin 894d78881e python3-pytoml: add datetime and stringold to RDEPENDS
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>
(cherry picked from commit 75b3d7e7bf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:08 +00:00
..
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-03-30 22:02:13 -07:00
2019-11-13 07:15:16 -08:00
2019-11-13 07:15:16 -08:00
2020-04-20 21:45:13 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-04-01 23:32:54 -07:00
2020-04-10 23:49:16 -07:00