diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl/run-ptest | 3 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb | 8 |
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 | |||
| 3 | pytest --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 | ||
| 6 | SRC_URI[sha256sum] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" | 6 | SRC_URI[sha256sum] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://run-ptest" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "yarl" | 8 | PYPI_PACKAGE = "yarl" |
| 11 | 9 | ||
| 12 | inherit pypi ptest python_setuptools_build_meta cython | 10 | inherit pypi ptest-python-pytest python_setuptools_build_meta cython |
| 13 | 11 | ||
| 14 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 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 | ||
| 34 | do_install_ptest() { | ||
| 35 | install -d ${D}${PTEST_PATH}/tests | ||
| 36 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 37 | } | ||
