summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
index 857afd1db..2d59a99b1 100644
--- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2379ecb0d7a8299101b1e4c160cd1f7"
8 8
9SRC_URI[sha256sum] = "3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690" 9SRC_URI[sha256sum] = "3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690"
10 10
11inherit ptest pypi setuptools3 11inherit ptest pypi python_setuptools_build_meta
12 12
13SRC_URI += "file://run-ptest \ 13SRC_URI += "file://run-ptest \
14 file://0001-test_cli.py-disable.patch \ 14 file://0001-test_cli.py-disable.patch \
@@ -27,6 +27,7 @@ do_install_ptest() {
27} 27}
28 28
29RDEPENDS:${PN}-ptest += "\ 29RDEPENDS:${PN}-ptest += "\
30 python3-compile \
30 python3-pytest \ 31 python3-pytest \
31 python3-unittest-automake-output \ 32 python3-unittest-automake-output \
32" 33"