From ae9c2bad8add4b4b1bc35a68195cf0486170e317 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 18:13:54 -0500 Subject: python-can: correct the RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-can.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-can.inc') diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc index 1dbc809900..ecfae3cffc 100644 --- a/meta-python/recipes-devtools/python/python-can.inc +++ b/meta-python/recipes-devtools/python/python-can.inc @@ -7,3 +7,14 @@ SRC_URI[md5sum] = "b2a164887c1c6a2a2490b5afb36e36db" SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87" PYPI_PACKAGE="python-can" + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-importlib \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-netserver \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-sqlite3 \ +" -- cgit v1.2.3-54-g00ecf