mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
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>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user