diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-21 10:14:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:21:14 -0800 |
| commit | 9ddb163540a97fa5fba2e0e1e74eca466fb51258 (patch) | |
| tree | 79631f70e31435f0c5df4ccb5279e47c0738cec7 /meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb | |
| parent | b5ca906cfc2986bf4d0bbcd4331e3c9103b5eecc (diff) | |
| download | meta-openembedded-9ddb163540a97fa5fba2e0e1e74eca466fb51258.tar.gz | |
python3-pykickstart: upgrade 3.20 -> 3.22
-Refresh the following patch:
0003-comment-out-sections-shutdown-and-environment-in-gen.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb new file mode 100644 index 0000000000..041abd3e8d --- /dev/null +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.22.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "A python library for manipulating kickstart files" | ||
| 2 | HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 7 | |||
| 8 | DEPENDS = "python3" | ||
| 9 | RDEPENDS_${PN} = "python3 \ | ||
| 10 | python3-requests \ | ||
| 11 | python3-six \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \ | ||
| 16 | file://0001-support-authentication-for-kickstart.patch \ | ||
| 17 | file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch \ | ||
| 18 | file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \ | ||
| 19 | file://0004-load.py-retry-to-invoke-request-with-timeout.patch \ | ||
| 20 | " | ||
| 21 | SRCREV = "674c17b1e231f56a0d8a5ced4a204cdbc4c1edf3" | ||
| 22 | |||
| 23 | UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)" | ||
| 24 | |||
| 25 | inherit setuptools3 | ||
