X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-munch_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-munch_git.bb;h=2ef46aceca71caa8e0b68bcd1153c5fee84c030b;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-munch_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-munch_git.bb new file mode 100644 index 0000000..2ef46ac --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-munch_git.bb @@ -0,0 +1,16 @@ + +DESCRIPTION = "Munch is a dictionary that supports attribute-style access, a la JavaScript." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0291cd32b2d6a91d9b19970c94d0a46" + +SRCREV = "d0fbbce7b8205a243337faed0b61472dfe09706d" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" +PV = "2.3.2+git${SRCPV}" + +SRC_URI = "git://github.com/Infinidat/munch.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + +DEPENDS += " python" +inherit setuptools distutils pkgconfig