summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb
new file mode 100644
index 0000000000..7c2e18ffba
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Rate Limiting extension for Flask"
2DESCRIPTION = "Flask-Limiter adds rate limiting to Flask applications."
3HOMEPAGE = "https://github.com/alisaifee/flask-limiter"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78"
6
7SRC_URI[sha256sum] = "ca11608fc7eec43dcea606964ca07c3bd4ec1ae89043a0f67f717899a4f48106"
8
9PYPI_PACKAGE = "flask_limiter"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12inherit pypi python_hatchling
13
14DEPENDS += "python3-hatch-vcs-native"
15
16RDEPENDS:${PN} += " \
17 python3-flask \
18 python3-limits \
19 python3-ordered-set \
20 python3-werkzeug \
21"