diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-can_2.0.0b1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-can_2.0.0b1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | require python-can.inc | 1 | require python-can.inc |
2 | inherit pypi setuptools | 2 | inherit pypi setuptools |
3 | 3 | ||
4 | RDEPENDS_${PN} += "python-sqlite3" | 4 | RDEPENDS_${PN}_class-target += "\ |
5 | ${PYTHON_PN}-zlib \ | ||
6 | " | ||