diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb index 48bad2b99f..5b83b55385 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb | |||
@@ -15,9 +15,11 @@ RDEPENDS_${PN} = "\ | |||
15 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |
16 | ${PYTHON_PN}-py \ | 16 | ${PYTHON_PN}-py \ |
17 | ${PYTHON_PN}-setuptools \ | 17 | ${PYTHON_PN}-setuptools \ |
18 | ${PYTHON_PN}-toml \ | ||
18 | " | 19 | " |
19 | RDEPENDS_${PN}_class-native = "\ | 20 | RDEPENDS_${PN}_class-native = "\ |
20 | ${PYTHON_PN}-setuptools-native \ | 21 | ${PYTHON_PN}-setuptools-native \ |
22 | ${PYTHON_PN}-toml-native \ | ||
21 | " | 23 | " |
22 | 24 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |