summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-29 08:14:59 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-29 10:14:14 -0700
commit99a2f9d3c57cfb9a2a209902bd576d91c8a0abbe (patch)
tree959ecc472d36381acc88ae733ddd0be31583e97e /meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
parent2d8593e8040d3d3d4d8cc2358a58231e0cc6cac2 (diff)
downloadmeta-openembedded-99a2f9d3c57cfb9a2a209902bd576d91c8a0abbe.tar.gz
python3-requests-file: upgrade 3.0.0 -> 3.0.1
Changelog: Add missing type annotations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
new file mode 100644
index 0000000000..f796c8ef78
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "File transport adapter for Requests"
2HOMEPAGE = "https://github.com/dashea/requests-file"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
5
6SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576"
7
8PYPI_PACKAGE = "requests_file"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13DEPENDS += "python3-setuptools-scm-native"
14
15RDEPENDS:${PN} += " \
16 python3-requests \
17"
18