diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:28 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:33 -0700 |
| commit | 6157dd31591c66558f02109eb7a05ae85a3287af (patch) | |
| tree | 65d1ee3f6719774e69f1eab23f5d593511a15117 /meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb | |
| parent | 79ea9d58cdacf955341437f51c23a3e1c4dbc51e (diff) | |
| download | meta-openembedded-6157dd31591c66558f02109eb7a05ae85a3287af.tar.gz | |
python3-git-pw: upgrade 2.7.1 -> 2.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb b/meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb new file mode 100644 index 0000000000..4cb8621ad8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "A tool for integrating Git with Patchwork" | ||
| 2 | HOMEPAGE = "https://github.com/getpatchwork/git-pw" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=26e1a171d943c64f00c51f90c256b9d4" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "212743923badb38b9da658b0df0b9f3770997684a9e787d489eed5d103e96100" | ||
| 7 | PYPI_PACKAGE = "git_pw" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pbr-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-arrow \ | ||
| 17 | python3-click \ | ||
| 18 | python3-pyyaml \ | ||
| 19 | python3-requests \ | ||
| 20 | python3-tabulate \ | ||
| 21 | " | ||
