mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
Rate limiting utilities. Add recipe for release 5.8.0: - Allow explicit keyword arguments for storage options for username & password for storages that support it. - Allow explicitly specifying startup_nodes through keyword arguments for all redis cluster storages. - Support IPv6 addresses in cluster locators in storage URI Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
553 B
BlitzBasic
19 lines
553 B
BlitzBasic
SUMMARY = "Rate limiting utilities"
|
|
DESCRIPTION = "About Rate limiting using various strategies and \
|
|
storage backends such as redis, memcached & mongodb"
|
|
HOMEPAGE = "https://github.com/alisaifee/limits"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78"
|
|
|
|
SRC_URI[sha256sum] = "c9e0d74aed837e8f6f50d1fcebcf5fd8130957287206bc3799adaee5092655da"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += "python3-hatch-vcs-native"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-deprecated \
|
|
python3-packaging \
|
|
python3-typing-extensions \
|
|
"
|