diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2019-09-29 13:42:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-30 16:54:51 -0700 |
commit | 1a31f99c612d275642c67c989714c3d24ee18808 (patch) | |
tree | f9de75fa5a2691bd9119b63b86ce457599a68d97 /meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb | |
parent | a63859f6a3349fbafe5091ea77fb391347225509 (diff) | |
download | meta-openembedded-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/python3-pyperf_1.6.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb b/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb new file mode 100644 index 000000000..5ba5efb05 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pyperf.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | ||