Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-murano-pkg-check_git.bb
1
2 DESCRIPTION = "Murano package validator tool"
3
4
5 LICENSE = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7
8
9 SRCREV = "18119f5e9d5a9d706c13188e057cb5b242c51f89"
10 PROTOCOL = "https"
11 BRANCH = "master"
12 S = "${WORKDIR}/git"
13 PV = "0.3.0+git${SRCPV}"
14
15 SRC_URI = "git://github.com/openstack/murano-pkg-check.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
16
17
18 DEPENDS += " python python-pbr-native"
19 inherit setuptools distutils pkgconfig