summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
diff options
context:
space:
mode:
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.bb5
1 files changed, 4 insertions, 1 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
index 7c3f0fd4be..8a1aca21fe 100644
--- a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://run-ptest \ 10 file://run-ptest \
11 file://0001-Fix-imports-for-ptests.patch \
11" 12"
12 13
13inherit pypi setuptools3 ptest 14inherit pypi setuptools3 ptest
@@ -19,9 +20,11 @@ RDEPENDS_${PN} += "\
19" 20"
20 21
21RDEPENDS_${PN}-ptest += " \ 22RDEPENDS_${PN}-ptest += " \
22 ${PYTHON_PN}-pytest \ 23 ${PYTHON_PN}-gevent \
23 ${PYTHON_PN}-multiprocessing \ 24 ${PYTHON_PN}-multiprocessing \
25 ${PYTHON_PN}-pytest \
24 ${PYTHON_PN}-profile \ 26 ${PYTHON_PN}-profile \
27 ${PYTHON_PN}-zopeinterface \
25" 28"
26 29
27do_install_ptest() { 30do_install_ptest() {