meta-openembedded/meta-python/recipes-devtools/python/python3-requests-futures_1.0.2.bb
Leon Anavi 0d0270c577
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>
2025-02-14 20:27:18 -08:00

16 lines
505 B
BlitzBasic
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SUMMARY = "Small add-on for the python requests http library. Makes use of python 3.2s concurrent.futures or the backport for prior versions of python."
HOMEPAGE = "https://github.com/ross/requests-futures"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5"
SRC_URI[sha256sum] = "6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da"
PYPI_PACKAGE = "requests_futures"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-requests \
"