diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb index a1d45b88a6..aaa9e811ce 100644 --- a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb +++ b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require python-can.inc | 1 | require python-can.inc |
2 | inherit pypi setuptools3 | 2 | inherit pypi setuptools3 |
3 | 3 | ||
4 | RDEPENDS_${PN} += "python3-sqlite3" | 4 | RDEPENDS_${PN}_class-target += "\ |
5 | ${PYTHON_PN}-codecs \ | ||
6 | ${PYTHON_PN}-compression \ | ||
7 | " | ||