mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-prettytable: add python3-wcwidth to RDEPENDS
Upstream prettytable uses wcwidth since v1.0.0, see commit 83689922af58c152993e8ef5bcf7dd1464371272. Hence, add python3-wcwidth to RDEPENDS . Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
|
||||
Reference in New Issue
Block a user