]> code.ossystems Code Review - openembedded-core.git/commit
python: time.tzset missing
authorArmin Kuster <akuster808@gmail.com>
Fri, 8 Mar 2019 14:37:26 +0000 (06:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Mar 2019 14:41:20 +0000 (14:41 +0000)
commit28e631d6dbc0a126253c0a072b8f39ff683bfa3a
tree916c9815220fcfa122fe16f6a12707210e64392e
parent94e2e294e2788c233d7e8932c20d6699cb28b1ea
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

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.7.2.bb
meta/recipes-devtools/python/python_2.7.15.bb