diff options
-rw-r--r-- | meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb (renamed from meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.62.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.62.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb index 9b15f957de..bd20c69980 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.62.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb | |||
@@ -11,13 +11,13 @@ RDEPENDS:${PN} = "python3 \ | |||
11 | python3-six \ | 11 | python3-six \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master;tag=r${PV} \ |
15 | file://0001-support-authentication-for-kickstart.patch \ | 15 | file://0001-support-authentication-for-kickstart.patch \ |
16 | file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.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 \ | 17 | file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \ |
18 | file://0004-load.py-retry-to-invoke-request-with-timeout.patch \ | 18 | file://0004-load.py-retry-to-invoke-request-with-timeout.patch \ |
19 | " | 19 | " |
20 | SRCREV = "27f1bd96d1be83da5bea0159f785753ae393ee2d" | 20 | SRCREV = "6e0d1238cb4696a9040072a5a28a706e5775c552" |
21 | 21 | ||
22 | UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)" |
23 | 23 | ||