meta-python: fix Upstream-Status format

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
2023-02-23 20:40:49 +08:00
committed by Khem Raj
parent 224f393f51
commit f6d702116e
3 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ def func(x, y, returned=None, error=None):
proxy.Method(a, b, callback=func, callback_args=(x, y))
Upstream-Status: Cherry-pick [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/]
Upstream-Status: Backport [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---