diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-appdirs/run-ptest | 3 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 16 |
2 files changed, 2 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-appdirs/run-ptest b/meta-python/recipes-devtools/python/python3-appdirs/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-appdirs/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index eab39312ae..bee0b7d815 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | |||
@@ -2,22 +2,10 @@ SUMMARY = "A small Python module for determining appropriate + platform-specific | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" |
4 | 4 | ||
5 | SRC_URI += " \ | ||
6 | file://run-ptest \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" | 5 | SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" |
10 | 6 | ||
11 | inherit pypi setuptools3 ptest | 7 | inherit pypi setuptools3 ptest-python-pytest |
12 | |||
13 | RDEPENDS:${PN}-ptest += " \ | ||
14 | python3-pytest \ | ||
15 | python3-unittest-automake-output \ | ||
16 | " | ||
17 | 8 | ||
18 | do_install_ptest() { | 9 | PTEST_PYTEST_DIR = "test" |
19 | install -d ${D}${PTEST_PATH}/test | ||
20 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ | ||
21 | } | ||
22 | 10 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |