diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb index 4ce91dd982..5338ffdd29 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea3 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" | 13 | RDEPENDS:${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |