summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes/devtool/python3-breathe/run-ptest3
-rw-r--r--meta-python/recipes/devtool/python3-breathe_4.36.0.bb9
2 files changed, 1 insertions, 11 deletions
diff --git a/meta-python/recipes/devtool/python3-breathe/run-ptest b/meta-python/recipes/devtool/python3-breathe/run-ptest
deleted file mode 100644
index 8d2017d39c..0000000000
--- a/meta-python/recipes/devtool/python3-breathe/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest --automake
diff --git a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb b/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
index dc14f1ce1c..fe3d1eeb91 100644
--- a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
+++ b/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
@@ -6,17 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
6 6
7SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c" 7SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c"
8 8
9inherit pypi python_flit_core ptest 9inherit pypi python_flit_core ptest ptest-python-pytest
10
11SRC_URI:append = " file://run-ptest"
12 10
13RDEPENDS:${PN} = "python3-sphinx" 11RDEPENDS:${PN} = "python3-sphinx"
14 12
15PYPI_PACKAGE = "breathe" 13PYPI_PACKAGE = "breathe"
16 14
17do_install_ptest() {
18 install -d ${D}${PTEST_PATH}/tests
19 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
20}
21
22BBCLASSEXTEND =+ "native" 15BBCLASSEXTEND =+ "native"