summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:45 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit295fcd33a7e391f3f8550fe3b4e2eeaac48da20d (patch)
tree745a0a09145fa5724b577045b81a468af097b229 /meta-python/recipes-devtools
parentf0c8712c741e08a02d13f3c0f36ae8558c738a15 (diff)
downloadmeta-openembedded-295fcd33a7e391f3f8550fe3b4e2eeaac48da20d.tar.gz
python3-tornado: drop ${PN} from RDEPENDS
Ptest package doesn't need to explicitly depend on the main package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.3.bb2
1 files changed, 1 insertions, 1 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 1535214b7..df257e5d9 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-em
15 ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ 15 ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \
16 ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" 16 ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc"
17 17
18RDEPENDS:${PN}-test += "${PN} ${PYTHON_PN}-unittest" 18RDEPENDS:${PN}-test += "${PYTHON_PN}-unittest"
19 19
20PACKAGES =+ "\ 20PACKAGES =+ "\
21 ${PN}-test \ 21 ${PN}-test \