Re: [OE-core] [PATCH 1/2] python2-manifest.json: add logging to rdepends

2019-01-22 Thread Yu, Mingli
Ping. On 2019年01月17日 10:26, mingli...@windriver.com wrote: From: Mingli Yu Add loggging to rdepends for python-2to3 and python-multiprocessing. before patch: # python Python 2.7.15 (default, Jan 15 2019, 03:09:01) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license"

[OE-core] [PATCH 1/2] python2-manifest.json: add logging to rdepends

2019-01-16 Thread mingli.yu
From: Mingli Yu Add loggging to rdepends for python-2to3 and python-multiprocessing. before patch: # python Python 2.7.15 (default, Jan 15 2019, 03:09:01) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from multiprocessing import util >>>