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>
This commit is contained in:
Jackie Huang
2019-09-29 13:42:41 +08:00
committed by Khem Raj
parent a63859f6a3
commit 1a31f99c61
3 changed files with 31 additions and 0 deletions
@@ -0,0 +1,4 @@
inherit setuptools
require python-pyperf.inc
RDEPENDS_${PN} += "${PYTHON_PN}-statistics"