diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 18:13:54 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | ae9c2bad8add4b4b1bc35a68195cf0486170e317 (patch) | |
tree | e6d4c5f6f8c88801b52707017cca6dd2cb0d8282 /meta-python/recipes-devtools/python/python-can.inc | |
parent | 5a335fc7de0488d86a506608a823bf3c98e3ca28 (diff) | |
download | meta-openembedded-ae9c2bad8add4b4b1bc35a68195cf0486170e317.tar.gz |
python-can: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-can.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-can.inc | 11 |
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 1dbc80990..ecfae3cff 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" | |||
7 | SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87" | 7 | SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87" |
8 | 8 | ||
9 | PYPI_PACKAGE="python-can" | 9 | PYPI_PACKAGE="python-can" |
10 | |||
11 | RDEPENDS_${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 | " | ||