diff options
Diffstat (limited to 'meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb')
-rw-r--r-- | meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb deleted file mode 100644 index a7bd8ae437..0000000000 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "A python library for manipulating kickstart files" | ||
2 | HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | ||
3 | LICENSE = "GPL-2.0-or-later" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
7 | |||
8 | inherit python_setuptools_build_meta | ||
9 | |||
10 | RDEPENDS:${PN} = "python3 \ | ||
11 | python3-requests \ | ||
12 | python3-six \ | ||
13 | " | ||
14 | |||
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 = "fa6c80c0e5c6bee29d089899a10d26e6f7f8afd8" | ||
22 | |||
23 | UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)" | ||
24 | |||
25 | S = "${WORKDIR}/git" | ||