8696afbd14bfcb6d77e995e5b0755c1afc0fadcc
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-pankoclient_0.5.0.bb
1
2 DESCRIPTION = "python-pankoclient"
3 STABLE = "master"
4 PROTOCOL = "https"
5 BRANCH = "master"
6 SRCREV = "572aee9cf6ac618eb5d1ea325f9e59414d387dbf"
7 S = "${WORKDIR}/git"
8 PV = "0.5.0"
9
10 LICENSE = "Apache-2.0"
11
12 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
13
14 SRC_URI = "git://github.com/openstack/python-pankoclient.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
15
16 DEPENDS += " \
17         python \
18         python-pbr-native \
19         "
20
21 inherit setuptools