summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-14 18:18:15 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-14 20:27:18 -0800
commit0d0270c57721bb4747561a1778ba031147dd60c4 (patch)
tree8d96ec8e9ef6a5c328125dee5cd9c9f284a3b51f /meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb
parent41a4ebf819f2ab18c03389a904e348192bac33a9 (diff)
downloadmeta-openembedded-0d0270c57721bb4747561a1778ba031147dd60c4.tar.gz
python3-requests-futures: Upgrade 1.0.1 -> 1.0.2
Upgrade to release 1.0.2: - Correct setup.py email addr 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-requests-futures_1.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb
deleted file mode 100644
index 28f034f7e3..0000000000
--- a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "Small add-on for the python requests http library. Makes use of python 3.2’s concurrent.futures or the backport for prior versions of python."
2HOMEPAGE = "https://github.com/ross/requests-futures"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5"
5
6SRC_URI[sha256sum] = "f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-requests \
12"
13