Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-pyperf_git.bb
1
2 DESCRIPTION = "The Python perf module is a toolkit to write, run and analyze benchmarks."
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
6
7 SRCREV = "7febee0242ce8fd01f56bce2ec72ec536a41caed"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "1.6.0+git${SRCPV}"
12
13 SRC_URI = "git://github.com/vstinner/pyperf.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 # DEPENDS += " python python-pbr-native"
17 DEPENDS += " python"
18 inherit setuptools distutils pkgconfig