mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: =========== Experimental Features --------------------- Add support for BF.CARD (#2545) New Features ------------ Add support for custom connection pool class in NodesManager (#2547) Bug Fixes --------- Allow replica to master promotion in nodes_cache (#2549) Security Fix: Updating graph parser for potential injection cases (#2548) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
515 B
BlitzBasic
17 lines
515 B
BlitzBasic
SUMMARY = "Python client for Redis key-value store"
|
|
DESCRIPTION = "The Python interface to the Redis key-value store."
|
|
HOMEPAGE = "http://github.com/andymccurdy/redis-py"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1db1f331d351900707368237cc4880cf"
|
|
|
|
SRC_URI[sha256sum] = "a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-cryptography \
|
|
${PYTHON_PN}-packaging \
|
|
${PYTHON_PN}-asyncio \
|
|
"
|