diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb index c061ea2e63..a1fc3831fb 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217a | |||
| 8 | PYPI_PACKAGE = "setuptools_scm" | 8 | PYPI_PACKAGE = "setuptools_scm" |
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | RDEPENDS_${PN}_class-target = "\ | 11 | RDEPENDS_${PN} = "\ |
| 12 | ${PYTHON_PN}-debugger \ | 12 | ${PYTHON_PN}-debugger \ |
| 13 | ${PYTHON_PN}-json \ | 13 | ${PYTHON_PN}-json \ |
| 14 | ${PYTHON_PN}-py \ | 14 | ${PYTHON_PN}-py \ |
| @@ -18,4 +18,4 @@ RDEPENDS_${PN}_class-native = "\ | |||
| 18 | ${PYTHON_PN}-setuptools-native \ | 18 | ${PYTHON_PN}-setuptools-native \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native nativesdk" |
