diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb index afbc83ea99..08008cec06 100644 --- a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb +++ b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb | |||
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "setuptools_scm" | |||
10 | RDEPENDS_${PN}_class-target = "python-py python-setuptools python-argparse python-debugger python-json" | 10 | RDEPENDS_${PN}_class-target = "python-py python-setuptools python-argparse python-debugger python-json" |
11 | RDEPENDS_${PN}_class-native = "python-setuptools-native" | 11 | RDEPENDS_${PN}_class-native = "python-setuptools-native" |
12 | 12 | ||
13 | BBCLASSEXTEND =+ "native" | 13 | BBCLASSEXTEND = "native" |
14 | 14 | ||
15 | inherit pypi setuptools | 15 | inherit pypi setuptools |