]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: Add a dependency on ncurses
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sun, 27 Mar 2022 05:50:51 +0000 (07:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2022 14:58:38 +0000 (15:58 +0100)
commit70e0641069ca1e0e460000fe19662d6b3753b2ba
treeaa57d7704917798136251fd0db86452990eec849
parente9bbbe72221e56a82892981a5ff254e559795ac6
python3: Add a dependency on ncurses

This avoids the following configuration error:

  The necessary bits to build these optional modules were not found:
  _curses               _curses_panel

which happens if the "readline" PACKAGECONFIG is disabled.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.10.3.bb