Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-munch_git.bb
1
2 DESCRIPTION = "Munch is a dictionary that supports attribute-style access, a la JavaScript."
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0291cd32b2d6a91d9b19970c94d0a46"
6
7 SRCREV = "d0fbbce7b8205a243337faed0b61472dfe09706d"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "2.3.2+git${SRCPV}"
12
13 SRC_URI = "git://github.com/Infinidat/munch.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15 DEPENDS += " python"
16 inherit setuptools distutils pkgconfig