diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-freezegun/run-ptest | 3 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb | 10 |
2 files changed, 1 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-freezegun/run-ptest b/meta-python/recipes-devtools/python/python3-freezegun/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-freezegun/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||
diff --git a/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb index 431843bde4..9d823da507 100644 --- a/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb | |||
@@ -5,24 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=acf1d209bb6eddae4cbe6ffd6a0144fe" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9" | 6 | SRC_URI[sha256sum] = "b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9" |
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta ptest | 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://run-ptest \ | ||
12 | file://1777174bb97c0b514033a09b820078b0d117f4a8.patch \ | 11 | file://1777174bb97c0b514033a09b820078b0d117f4a8.patch \ |
13 | " | 12 | " |
14 | 13 | ||
15 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-pytest \ | ||
17 | python3-sqlite3 \ | 15 | python3-sqlite3 \ |
18 | python3-unittest-automake-output \ | ||
19 | " | 16 | " |
20 | 17 | ||
21 | do_install_ptest() { | ||
22 | install -d ${D}${PTEST_PATH}/tests | ||
23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
24 | } | ||
25 | |||
26 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
27 | python3-asyncio \ | 19 | python3-asyncio \ |
28 | python3-dateutil \ | 20 | python3-dateutil \ |