diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb index df257e5d94..bceb509562 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb | |||
@@ -11,11 +11,20 @@ SRC_URI[sha256sum] = "d68f3192936ff2c4add04dc21a436a43b4408d466746b78bb2b9d0a53a | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | # Requires _compression which is currently located in misc | 13 | # Requires _compression which is currently located in misc |
14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ | 15 | python3-certifi \ |
16 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" | 16 | python3-compression \ |
17 | python3-ctypes \ | ||
18 | python3-email \ | ||
19 | python3-html \ | ||
20 | python3-json \ | ||
21 | python3-misc \ | ||
22 | python3-numbers \ | ||
23 | python3-pkgutil \ | ||
24 | python3-threading \ | ||
25 | " | ||
17 | 26 | ||
18 | RDEPENDS:${PN}-test += "${PYTHON_PN}-unittest" | 27 | RDEPENDS:${PN}-test += "python3-unittest" |
19 | 28 | ||
20 | PACKAGES =+ "\ | 29 | PACKAGES =+ "\ |
21 | ${PN}-test \ | 30 | ${PN}-test \ |