diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-08 06:37:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-09 14:43:12 +0000 |
commit | 5220a105a74780a5c5a7d1cc6d1ab71e18d2e565 (patch) | |
tree | 943bce925c3f8d15989ef524724b7457db10b22c /meta/recipes-devtools/gnu-config | |
parent | 47b19896708f9f5b1f16f12769b6c39c207388c9 (diff) | |
download | poky-5220a105a74780a5c5a7d1cc6d1ab71e18d2e565.tar.gz |
python: time.tzset missing
import time
time.tzset()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'time' has no attribute 'tzset'
enable tzset in both python versions
(From OE-Core rev: 28e631d6dbc0a126253c0a072b8f39ff683bfa3a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
0 files changed, 0 insertions, 0 deletions