summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-limits_5.8.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb b/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb
new file mode 100644
index 0000000000..0439a0e132
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Rate limiting utilities"
2DESCRIPTION = "About Rate limiting using various strategies and \
3storage backends such as redis, memcached & mongodb"
4HOMEPAGE = "https://github.com/alisaifee/limits"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78"
7
8SRC_URI[sha256sum] = "c9e0d74aed837e8f6f50d1fcebcf5fd8130957287206bc3799adaee5092655da"
9
10inherit pypi python_hatchling
11
12DEPENDS += "python3-hatch-vcs-native"
13
14RDEPENDS:${PN} += " \
15 python3-deprecated \
16 python3-packaging \
17 python3-typing-extensions \
18"