diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-16 17:02:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:00 -0700 |
commit | f669b8fec6666c3b6eafb4ae5fd8c2542ffeb831 (patch) | |
tree | d522c1db0e7609b53d5f461e8c32e336c694134f /meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb | |
parent | ebb1e7c603b31e20427537420b0165aaae116fdf (diff) | |
download | meta-openembedded-f669b8fec6666c3b6eafb4ae5fd8c2542ffeb831.tar.gz |
python3-pykickstart: upgrade 3.62 -> 3.63
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb')
-rw-r--r-- | meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb new file mode 100644 index 0000000000..bd20c69980 --- /dev/null +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "A python library for manipulating kickstart files" | ||
2 | HOMEPAGE = "https://fedoraproject.org/wiki/pykickstart" | ||
3 | LICENSE = "GPL-2.0-or-later" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=81bcece21748c91ba9992349a91ec11d" | ||
6 | |||
7 | inherit python_setuptools_build_meta | ||
8 | |||
9 | RDEPENDS:${PN} = "python3 \ | ||
10 | python3-requests \ | ||
11 | python3-six \ | ||
12 | " | ||
13 | |||
14 | SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master;tag=r${PV} \ | ||
15 | file://0001-support-authentication-for-kickstart.patch \ | ||
16 | file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch \ | ||
17 | file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \ | ||
18 | file://0004-load.py-retry-to-invoke-request-with-timeout.patch \ | ||
19 | " | ||
20 | SRCREV = "6e0d1238cb4696a9040072a5a28a706e5775c552" | ||
21 | |||
22 | UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)" | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||