meta-starlingx/recipes-devtools/python/python-iniparse_git.bb
babak sarashki d156af831d starlingx-image-aio rootfs bb file and packages ported
(1) starlingx-image-aio rootfs bitbake file
	(2) packagegourp-stak-base for the base rootfs
	(3) packagroup-stx for starlingx specific packages
	(4) removed docs/inspect.sh
	(5) added docs/update-pool.sh
	(6) added recipes for python packages
2020-05-18 13:07:27 -07:00

16 lines
397 B
BlitzBasic

DESCRIPTION = "Iniparse is a INI parser for Python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
SRCREV = "0305d08121461776222e515ae21a8405ee68eef4"
PROTOCOL = "https"
BRANCH = "master"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/candlepin/python-iniparse.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
inherit setuptools distutils