aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2019-09-29 13:42:41 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-30 16:54:51 -0700
commit1a31f99c612d275642c67c989714c3d24ee18808 (patch)
treef9de75fa5a2691bd9119b63b86ce457599a68d97 /meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb
parenta63859f6a3349fbafe5091ea77fb391347225509 (diff)
downloadmeta-openembedded-contrib-1a31f99c612d275642c67c989714c3d24ee18808.tar.gz
python-pyperf: add recipes for python2 and python3
The Python pyperf module is a toolkit to write, run and analyze benchmarks. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb b/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb
new file mode 100644
index 0000000000..a9d5c74883
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb
@@ -0,0 +1,4 @@
+inherit setuptools
+require python-pyperf.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-statistics"