summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2025-01-30 21:57:31 +0000
committerKhem Raj <raj.khem@gmail.com>2025-01-30 14:15:36 -0800
commit8aae0a1ec5a57b3c667d6467d727aa68c4d88226 (patch)
tree88c34d4fcd4f001fcc974d8eba367b5a13cc32b5 /meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb
parent335ff5abc8119b6913b23d4e875e678ad273e68d (diff)
downloadmeta-openembedded-8aae0a1ec5a57b3c667d6467d727aa68c4d88226.tar.gz
python3-freezegun: update recipe to use the ptest-python-pytest class
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb10
1 files changed, 1 insertions, 9 deletions
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
6SRC_URI[sha256sum] = "b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9" 6SRC_URI[sha256sum] = "b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9"
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta ptest-python-pytest
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://run-ptest \
12 file://1777174bb97c0b514033a09b820078b0d117f4a8.patch \ 11 file://1777174bb97c0b514033a09b820078b0d117f4a8.patch \
13" 12"
14 13
15RDEPENDS:${PN}-ptest += " \ 14RDEPENDS:${PN}-ptest += " \
16 python3-pytest \
17 python3-sqlite3 \ 15 python3-sqlite3 \
18 python3-unittest-automake-output \
19" 16"
20 17
21do_install_ptest() {
22 install -d ${D}${PTEST_PATH}/tests
23 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
24}
25
26RDEPENDS:${PN} = "\ 18RDEPENDS:${PN} = "\
27 python3-asyncio \ 19 python3-asyncio \
28 python3-dateutil \ 20 python3-dateutil \