summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
-rw-r--r--meta-python/recipes-devtools/python/python3-jdcal/run-ptest2
-rw-r--r--meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb1
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index accce5391c..8593b65d79 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -75,7 +75,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
75 python3-dnspython \ 75 python3-dnspython \
76 python3-fastjsonschema \ 76 python3-fastjsonschema \
77 python3-gpiod \ 77 python3-gpiod \
78 python3-jdcal \
79 python3-jsmin \ 78 python3-jsmin \
80 python3-msgpack \ 79 python3-msgpack \
81 python3-ordered-set \ 80 python3-ordered-set \
diff --git a/meta-python/recipes-devtools/python/python3-jdcal/run-ptest b/meta-python/recipes-devtools/python/python3-jdcal/run-ptest
index 5cec711696..8d2017d39c 100644
--- a/meta-python/recipes-devtools/python/python3-jdcal/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-jdcal/run-ptest
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2 2
3pytest 3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
index 018a63a5fa..afabe14a8a 100644
--- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
@@ -20,6 +20,7 @@ SRC_URI += " \
20 20
21RDEPENDS:${PN}-ptest += " \ 21RDEPENDS:${PN}-ptest += " \
22 python3-pytest \ 22 python3-pytest \
23 python3-unittest-automake-output \
23" 24"
24 25
25do_install_ptest() { 26do_install_ptest() {