Go to file
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
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00
meta-gnome README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00
meta-initramfs README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00
meta-multimedia README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00
meta-networking tcpdump: Fix PACKAGECONFIG for OpenSSL 2020-05-17 14:29:09 -07:00
meta-oe cpprest: upgrade 2.10.15 -> 2.10.16 2020-05-20 16:50:08 +00:00
meta-perl README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00
meta-python python3-pytoml: add datetime and stringold to RDEPENDS 2020-05-20 16:50:08 +00:00
meta-webserver nginx: remove /var/log/nginx when do_install 2020-05-17 14:30:29 -07:00
meta-xfce xfwm4: upgrade 4.14.1 -> 4.14.2 2020-05-17 14:41:35 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00

Collection of layers for the OE-core universe

dunfell maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories