diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb index ddba031880..44fa1e2b80 100644 --- a/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb +++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb | |||
| @@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348b | |||
| 11 | 11 | ||
| 12 | inherit pypi python_setuptools_build_meta | 12 | inherit pypi python_setuptools_build_meta |
| 13 | 13 | ||
| 14 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 14 | DEPENDS += "python3-setuptools-scm-native" |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
| 17 | ${PYTHON_PN}-pytest \ | 17 | python3-pytest \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
