From 1a31f99c612d275642c67c989714c3d24ee18808 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sun, 29 Sep 2019 13:42:41 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb (limited to 'meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb') 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" -- cgit 1.2.3-korg