Files
meta-openembedded/meta-python/recipes-devtools/python/python3-redis_8.1.0.bb
T
Wang Mingyu 653f1db55c python3-redis: upgrade 8.0.1 -> 8.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-03 22:57:42 -07:00

24 lines
673 B
BlitzBasic

SUMMARY = "Python client for Redis key-value store"
DESCRIPTION = "The Python interface to the Redis key-value store."
HOMEPAGE = "https://github.com/andymccurdy/redis-py"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8"
# Prefix archive to avoid clashing with the main redis archives
PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
SRC_URI[sha256sum] = "6e1a19beef9225c83efd689c7e6b7da2d5215b1f42cd13b7fc3714d0a09c7b25"
inherit pypi python_hatchling
RDEPENDS:${PN} += " \
python3-asyncio \
python3-compression \
python3-cryptography \
python3-datetime \
python3-json \
python3-packaging \
"
CVE_PRODUCT = "redis-py"