mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-tornado: 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>
This commit is contained in:
committed by
Khem Raj
parent
f234cd90a3
commit
817f7fb5af
@@ -12,6 +12,7 @@ inherit pypi setuptools3
|
||||
|
||||
# Requires _compression which is currently located in misc
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-certifi \
|
||||
python3-compression \
|
||||
python3-ctypes \
|
||||
@@ -19,9 +20,12 @@ RDEPENDS:${PN} += " \
|
||||
python3-html \
|
||||
python3-json \
|
||||
python3-misc \
|
||||
python3-multiprocessing \
|
||||
python3-numbers \
|
||||
python3-pkgutil \
|
||||
python3-pycurl \
|
||||
python3-threading \
|
||||
python3-unittest \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-test += "python3-unittest"
|
||||
|
||||
Reference in New Issue
Block a user