diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | ae3bc8d14f1990607aff5db78a8a8796cecec53c (patch) | |
tree | c5770341a39c9d92d27c82c8c27e231b627441d7 /meta-python | |
parent | 8edaa6a92e255a4dd5b7ac07851dfdf6d1ff1b05 (diff) | |
download | meta-openembedded-ae3bc8d14f1990607aff5db78a8a8796cecec53c.tar.gz |
python3-can: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index f5cc31d6f5..5e3d54d6f3 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb | |||
@@ -11,10 +11,12 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-aenum \ | 13 | python3-aenum \ |
14 | python3-asyncio \ | ||
14 | python3-codecs \ | 15 | python3-codecs \ |
15 | python3-compression \ | 16 | python3-compression \ |
16 | python3-ctypes \ | 17 | python3-ctypes \ |
17 | python3-fcntl \ | 18 | python3-fcntl \ |
19 | python3-json \ | ||
18 | python3-logging \ | 20 | python3-logging \ |
19 | python3-misc \ | 21 | python3-misc \ |
20 | python3-netserver \ | 22 | python3-netserver \ |