Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-pankoclient_git.bb
1
2 DESCRIPTION = "python-pankoclient"
3 PROTOCOL = "https"
4 BRANCH = "stable/train"
5 SRCREV = "28b55860a2e71fe1fd015d868d64500d3b36470c"
6 S = "${WORKDIR}/git"
7 PV = "0.7.0+git${SRCPV}"
8
9 LICENSE = "Apache-2.0"
10
11 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
12
13 SRC_URI = "git://github.com/openstack/python-pankoclient.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15 DEPENDS += " \
16         python \
17         python-pbr-native \
18         "
19
20 inherit setuptools