mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Update python3-pykickstart from 3.22 to 3.26. * Update context of 0001-support-authentication-for-kickstart.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
950 B
BlitzBasic
26 lines
950 B
BlitzBasic
DESCRIPTION = "A python library for manipulating kickstart files"
|
|
HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart"
|
|
LICENSE = "GPLv2+"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
DEPENDS = "python3"
|
|
RDEPENDS_${PN} = "python3 \
|
|
python3-requests \
|
|
python3-six \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \
|
|
file://0001-support-authentication-for-kickstart.patch \
|
|
file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch \
|
|
file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
|
|
file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
|
|
"
|
|
SRCREV = "4c93e84c8798da511da1c05f1912d2f908f8f85f"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
|
|
|
|
inherit setuptools3
|