summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
diff options
context:
space:
mode:
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.bb5
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
16RDEPENDS:${PN}_ptest +=" \ 16RDEPENDS:${PN}_ptest +=" \
17 ${PYTHON_PN}_pytest \ 17 python3_pytest \
18 python3-unittest-automake-output \
18" 19"
19 20
20do_install_ptest() { 21do_install_ptest() {
@@ -22,6 +23,6 @@ do_install_ptest() {
22} 23}
23 24
24 25
25RDEPENDS:${PN} += "${PYTHON_PN}-pytest" 26RDEPENDS:${PN} += "python3-pytest"
26 27
27BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"