summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-12 10:59:47 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-16 08:25:15 -0800
commitb6e76246ddea9e87459131a47907d0a29c8b1335 (patch)
treeab6a0e0a2386cf8166f0fb57c7e47064514b2beb /meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
parentffacbb167bd7717592c87ec81760a25b51ca1b71 (diff)
downloadmeta-openembedded-b6e76246ddea9e87459131a47907d0a29c8b1335.tar.gz
python3-yappi: Upgrade 1.3.2 -> 1.3.3
Upgrade to release 1.3.3: - Fix 3.10 support - Fix wrong sorting key when tavg is selected Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
deleted file mode 100644
index 7cfc84e756..0000000000
--- a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "Yet Another Python Profiler"
2HOMEPAGE = "https://github.com/sumerc/yappi"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
6
7SRC_URI[sha256sum] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3a8da8d"
8
9SRC_URI += " \
10 file://run-ptest \
11 file://0001-Fix-imports-for-ptests.patch \
12 file://python310.patch \
13"
14
15inherit pypi setuptools3 ptest
16
17RDEPENDS:${PN} += "\
18 ${PYTHON_PN}-datetime \
19 ${PYTHON_PN}-pickle \
20 ${PYTHON_PN}-threading \
21"
22
23RDEPENDS:${PN}-ptest += " \
24 ${PYTHON_PN}-gevent \
25 ${PYTHON_PN}-multiprocessing \
26 ${PYTHON_PN}-pytest \
27 ${PYTHON_PN}-profile \
28 ${PYTHON_PN}-zopeinterface \
29"
30
31do_install_ptest() {
32 install -d ${D}${PTEST_PATH}/tests
33 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
34 cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/
35}