mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 03:08:27 +00:00
python3-pykwalify: fix missing comma
... |/usr/lib/python3.8/site-packages/pykwalify/rule.py:343: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma? ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a72ea5159364a2cd7f45c6dcbee37872"
|
||||
SRC_URI[md5sum] = "58357f1d0f77de976e73dbd3660af75b"
|
||||
SRC_URI[sha256sum] = "7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2"
|
||||
|
||||
SRC_URI += "file://0001-rule.py-fix-missing-comma.patch"
|
||||
|
||||
PYPI_PACKAGE = "pykwalify"
|
||||
inherit setuptools3 pypi
|
||||
unset _PYTHON_SYSCONFIGDATA_NAME
|
||||
|
||||
Reference in New Issue
Block a user