summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
index e0e2626466..7bab771f7f 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
@@ -14,12 +14,12 @@ PYPI_PACKAGE = "yarl"
14 14
15inherit pypi ptest setuptools3 15inherit pypi ptest setuptools3
16 16
17RDEPENDS_${PN} = "\ 17RDEPENDS:${PN} = "\
18 ${PYTHON_PN}-multidict \ 18 ${PYTHON_PN}-multidict \
19 ${PYTHON_PN}-idna \ 19 ${PYTHON_PN}-idna \
20" 20"
21 21
22RDEPENDS_${PN}-ptest += " \ 22RDEPENDS:${PN}-ptest += " \
23 ${PYTHON_PN}-pytest \ 23 ${PYTHON_PN}-pytest \
24" 24"
25 25