diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa/run-ptest | 3 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest b/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb index 8e967f9259..f26c90d83b 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb | |||
@@ -6,19 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" | |||
6 | PYPI_PACKAGE = "ecdsa" | 6 | PYPI_PACKAGE = "ecdsa" |
7 | SRC_URI[sha256sum] = "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8" | 7 | SRC_URI[sha256sum] = "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8" |
8 | 8 | ||
9 | inherit pypi setuptools3 python3native ptest | 9 | inherit pypi setuptools3 python3native ptest-python-pytest |
10 | |||
11 | SRC_URI += " \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | 10 | ||
15 | RDEPENDS:${PN}-ptest += " \ | 11 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-hypothesis \ | 12 | python3-hypothesis \ |
17 | python3-pytest \ | ||
18 | python3-unittest-automake-output \ | ||
19 | " | 13 | " |
20 | 14 | ||
21 | do_install_ptest() { | 15 | do_install_ptest:append () { |
22 | install -d ${D}${PTEST_PATH}/tests | 16 | install -d ${D}${PTEST_PATH}/tests |
23 | cp -rf ${S}/src/ecdsa/* ${D}${PTEST_PATH}/tests/ | 17 | cp -rf ${S}/src/ecdsa/* ${D}${PTEST_PATH}/tests/ |
24 | } | 18 | } |