Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-gnocchiclient_7.0.4.bb
1
2 DESCRIPTION = "python-gnocchiclient"
3 STABLE = "master"
4 PROTOCOL = "https"
5 BRANCH = "master"
6 SRCREV = "64814b9ace54e0151e9c28f4e57b87dafc984241"
7 S = "${WORKDIR}/git"
8 PV = "7.0.4"
9
10 LICENSE = "Apache-2.0"
11
12 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
13
14 SRC_URI = "git://github.com/gnocchixyz/python-gnocchiclient.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
15 DEPENDS += " \
16         python \
17         python-pbr-native \
18         "
19
20 RDEPENDS_${PN}_append = " python-ujson"
21
22 inherit setuptools