diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 17 |
1 files changed, 2 insertions, 15 deletions
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 ad07b3b082..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,23 +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[md5sum] = "d6bca12613174185dd9abc8a29f4f012" | ||
10 | SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" | 5 | SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" |
11 | 6 | ||
12 | inherit pypi setuptools3 ptest | 7 | inherit pypi setuptools3 ptest-python-pytest |
13 | |||
14 | RDEPENDS:${PN}-ptest += " \ | ||
15 | python3-pytest \ | ||
16 | python3-unittest-automake-output \ | ||
17 | " | ||
18 | 8 | ||
19 | do_install_ptest() { | 9 | PTEST_PYTEST_DIR = "test" |
20 | install -d ${D}${PTEST_PATH}/test | ||
21 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ | ||
22 | } | ||
23 | 10 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |