diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-05-07 16:13:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-07 17:56:23 -0700 |
commit | e04584ef5ba7ed0abaf5b98c2da00bbeab5b6db8 (patch) | |
tree | e22d2455caa92cfa4ddd6ab5d7ca1ac494920a70 /meta-python/recipes-devtools/python | |
parent | 580ec1e925e07484b46e76f2e7ee09d9b40c19e5 (diff) | |
download | meta-openembedded-e04584ef5ba7ed0abaf5b98c2da00bbeab5b6db8.tar.gz |
python3-parallax: add the missing rdepends
Add the missing rdepends to fix below error:
# python3
[snip]
>>> import parallax
[snip]
ModuleNotFoundError: No module named 'fcntl'
ModuleNotFoundError: No module named 'Queue'
ModuleNotFoundError: No module named 'getpass'
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb b/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb index d658bd621e..60631d43a0 100644 --- a/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb | |||
@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "e9e4dc500f1306a638df0f19d4ef976a623b260fc614c55cb1fd0d8410 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" | ||
12 | |||
11 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |