Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-iniparse_git.bb
1
2 DESCRIPTION = "Iniparse is a INI parser for Python"
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
6
7 SRCREV = "0305d08121461776222e515ae21a8405ee68eef4"
8 PROTOCOL = "https"
9 BRANCH = "main"
10 S = "${WORKDIR}/git"
11 PV = "0.4+git${SRCPV}"
12
13 SRC_URI = "git://github.com/candlepin/python-iniparse.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16
17 inherit setuptools distutils