summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-can.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-can.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-can.inc11
1 files changed, 11 insertions, 0 deletions
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"
7SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87" 7SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87"
8 8
9PYPI_PACKAGE="python-can" 9PYPI_PACKAGE="python-can"
10
11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-argparse \
13 ${PYTHON_PN}-ctypes \
14 ${PYTHON_PN}-importlib \
15 ${PYTHON_PN}-logging \
16 ${PYTHON_PN}-misc \
17 ${PYTHON_PN}-netserver \
18 ${PYTHON_PN}-subprocess \
19 ${PYTHON_PN}-sqlite3 \
20"