]> code.ossystems Code Review - openembedded-core.git/commit
python3: add the rdepends for python3-misc
authorMingli Yu <mingli.yu@windriver.com>
Thu, 11 Jun 2020 07:39:28 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jun 2020 17:12:46 +0000 (18:12 +0100)
commit25ceab499a22febd50926440231f84f345ced642
tree7f3000ad887c84043850075b26a7fec77153a0ea
parentb4644f231a1463123d4100fcaf1448b3d174ef1a
python3: add the rdepends for python3-misc

* Add python3-numbers to rdepends for python3-misc to fix below error:
 # python3
 [snip]
 >>> import statistics
 [snip]
 ModuleNotFoundError: No module named 'numbers'

* Don't use the hardcoded python3 moudules rdepends

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.8.3.bb