Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-construct_git.bb
1
2 DESCRIPTION = "Construct is a powerful declarative and symmetrical parser and builder for binary data"
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=3fd0f2c25089e629957285e6bc402a20"
6
7 SRCREV = "a6a45f09da003b278cc5955486ad17d9144c136b"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "v2.9.46+git${SRCPV}"
12
13 SRC_URI = "git://github.com/construct/construct.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python python-pbr-native"
17 inherit setuptools distutils pkgconfig