diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb index deafc23af4..17fbaa38bb 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb | |||
@@ -9,11 +9,10 @@ SRC_URI += "file://run-ptest" | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "yarl" | 10 | PYPI_PACKAGE = "yarl" |
11 | 11 | ||
12 | inherit pypi ptest python_setuptools_build_meta | 12 | inherit pypi ptest python_setuptools_build_meta cython |
13 | 13 | ||
14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
15 | python3-expandvars-native \ | 15 | python3-expandvars-native \ |
16 | python3-cython-native \ | ||
17 | " | 16 | " |
18 | 17 | ||
19 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |