summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl/run-ptest3
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb8
2 files changed, 1 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl/run-ptest b/meta-python/recipes-devtools/python/python3-yarl/run-ptest
deleted file mode 100644
index 8d2017d39c..0000000000
--- a/meta-python/recipes-devtools/python/python3-yarl/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
index 8db97093c8..5370573a32 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
@@ -5,11 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6SRC_URI[sha256sum] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" 6SRC_URI[sha256sum] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1"
7 7
8SRC_URI += "file://run-ptest"
9
10PYPI_PACKAGE = "yarl" 8PYPI_PACKAGE = "yarl"
11 9
12inherit pypi ptest python_setuptools_build_meta cython 10inherit pypi ptest-python-pytest python_setuptools_build_meta cython
13 11
14DEPENDS += " \ 12DEPENDS += " \
15 python3-expandvars-native \ 13 python3-expandvars-native \
@@ -31,7 +29,3 @@ RDEPENDS:${PN}-ptest += " \
31 python3-unittest-automake-output \ 29 python3-unittest-automake-output \
32" 30"
33 31
34do_install_ptest() {
35 install -d ${D}${PTEST_PATH}/tests
36 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
37}