diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 18 insertions, 2 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" | |||
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 | " | ||
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 | " | ||
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 | " | ||