summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-03-24 15:48:32 -0700
committerKhem Raj <raj.khem@gmail.com>2020-03-24 19:58:50 -0700
commitbb8e324726f6a7c7335e9e01a381fb5a7b65e9a8 (patch)
treecfd3f1948b9a542869095e0e33fac838dcf29ba8 /meta-python
parentdc24deb58c3be29a936d832db59de2f10bee4555 (diff)
downloadmeta-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.bb2
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 5159695f4..698eaf5b3 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"
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13RDEPENDS_${PN}_class-target += "\ 13RDEPENDS_${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 \