diff options
| author | Martin Kelly <mkelly@xevo.com> | 2020-03-24 15:48:32 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-24 19:58:50 -0700 |
| commit | bb8e324726f6a7c7335e9e01a381fb5a7b65e9a8 (patch) | |
| tree | cfd3f1948b9a542869095e0e33fac838dcf29ba8 /meta-python | |
| parent | dc24deb58c3be29a936d832db59de2f10bee4555 (diff) | |
| download | meta-openembedded-bb8e324726f6a7c7335e9e01a381fb5a7b65e9a8.tar.gz | |
python3-can: add missing RDEPENDS
python3-can has runtime dependencies on aenum and fcntl, but these were
missing, so add them.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_3.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb index 5159695f4b..698eaf5b3e 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb | |||
| @@ -11,9 +11,11 @@ PYPI_PACKAGE="python-can" | |||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS_${PN}_class-target += "\ |
| 14 | ${PYTHON_PN}-aenum \ | ||
| 14 | ${PYTHON_PN}-ctypes \ | 15 | ${PYTHON_PN}-ctypes \ |
| 15 | ${PYTHON_PN}-codecs \ | 16 | ${PYTHON_PN}-codecs \ |
| 16 | ${PYTHON_PN}-compression \ | 17 | ${PYTHON_PN}-compression \ |
| 18 | ${PYTHON_PN}-fcntl \ | ||
| 17 | ${PYTHON_PN}-logging \ | 19 | ${PYTHON_PN}-logging \ |
| 18 | ${PYTHON_PN}-misc \ | 20 | ${PYTHON_PN}-misc \ |
| 19 | ${PYTHON_PN}-netserver \ | 21 | ${PYTHON_PN}-netserver \ |
