diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-02-12 15:27:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:17:20 -0800 |
| commit | e600145928000a5bb8c42254eb10e01d3c237db7 (patch) | |
| tree | d8a4d8ec9e63da2d10056c646f178acae1e78c5b /meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb | |
| parent | 2acc4af5d0b38fea73bc64ccdd697448d7dae495 (diff) | |
| download | meta-openembedded-e600145928000a5bb8c42254eb10e01d3c237db7.tar.gz | |
python3-git-pw: Upgrade 2.7.0 -> 2.7.1
Upgrade to release 2.7.1:
- Don't decode error response bodies
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb b/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb new file mode 100644 index 0000000000..6308732f49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.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] = "f69c57aafd13d21d6fa604dff680c4f9113a8f31bf3f65dd663bad0e1839b0e1" | ||
| 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 | " | ||
