Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-jwt_git.bb
1
2 DESCRIPTION = "A messaging framework built on the QPID Proton engine. It provides a callback-based API for message passing. See the User Guide in the docs directory for more detail."
3
4 LICENSE = "Apache-2.0"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=54830c88a42666c6835a0f834f93a521"
6
7 SRCREV = "39f0ee6fd6d71ee335b1229b91ab0bb47bdd71f0"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "0.6.1+git${SRCPV}"
12
13 SRC_URI = "git://github.com/GehirnInc/python-jwt;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig