mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 12:00:15 +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:
parent
f234cd90a3
commit
817f7fb5af
@ -12,6 +12,7 @@ inherit pypi setuptools3
|
|||||||
|
|
||||||
# Requires _compression which is currently located in misc
|
# Requires _compression which is currently located in misc
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-asyncio \
|
||||||
python3-certifi \
|
python3-certifi \
|
||||||
python3-compression \
|
python3-compression \
|
||||||
python3-ctypes \
|
python3-ctypes \
|
||||||
@ -19,9 +20,12 @@ RDEPENDS:${PN} += " \
|
|||||||
python3-html \
|
python3-html \
|
||||||
python3-json \
|
python3-json \
|
||||||
python3-misc \
|
python3-misc \
|
||||||
|
python3-multiprocessing \
|
||||||
python3-numbers \
|
python3-numbers \
|
||||||
python3-pkgutil \
|
python3-pkgutil \
|
||||||
|
python3-pycurl \
|
||||||
python3-threading \
|
python3-threading \
|
||||||
|
python3-unittest \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-test += "python3-unittest"
|
RDEPENDS:${PN}-test += "python3-unittest"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user