X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pyperf_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pyperf_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=28be5e55b3541cb386f9d0e07c89ea28c9aa1d49;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyperf_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyperf_git.bb deleted file mode 100644 index 28be5e5..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyperf_git.bb +++ /dev/null @@ -1,18 +0,0 @@ - -DESCRIPTION = "The Python perf module is a toolkit to write, run and analyze benchmarks." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8" - -SRCREV = "7febee0242ce8fd01f56bce2ec72ec536a41caed" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "1.6.0+git${SRCPV}" - -SRC_URI = "git://github.com/vstinner/pyperf.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -# DEPENDS += " python python-pbr-native" -DEPENDS += " python" -inherit setuptools distutils pkgconfig