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_2.0.0b1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-can_2.0.0b1.bb') diff --git a/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb index ec81a9e48d..a698ad3651 100644 --- a/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb +++ b/meta-python/recipes-devtools/python/python-can_2.0.0b1.bb @@ -1,4 +1,6 @@ require python-can.inc inherit pypi setuptools -RDEPENDS_${PN} += "python-sqlite3" +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-zlib \ +" -- cgit v1.2.3-54-g00ecf