python3-pykickstart: add UPSTREAM_CHECK_GITTAGREGEX

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2018-05-30 14:38:07 +08:00 committed by Khem Raj
parent 0731eefc6f
commit b8bcf733ee

View File

@ -21,4 +21,6 @@ SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=py
"
SRCREV = "b2787a818540e678c2f9c5dca0c6bbd65b8b55e5"
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
inherit setuptools3