diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb index ea3b76d511..dbde8963e6 100644 --- a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb | |||
@@ -14,7 +14,8 @@ SRC_URI +=" \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS:${PN}_ptest +=" \ | 16 | RDEPENDS:${PN}_ptest +=" \ |
17 | ${PYTHON_PN}_pytest \ | 17 | python3_pytest \ |
18 | python3-unittest-automake-output \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | do_install_ptest() { | 21 | do_install_ptest() { |
@@ -22,6 +23,6 @@ do_install_ptest() { | |||
22 | } | 23 | } |
23 | 24 | ||
24 | 25 | ||
25 | RDEPENDS:${PN} += "${PYTHON_PN}-pytest" | 26 | RDEPENDS:${PN} += "python3-pytest" |
26 | 27 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |