summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-21 17:02:16 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-22 06:39:33 -0800
commit75f9fe8bab85984e80978bc06ac9965e96831870 (patch)
tree5b6733bc2aec0e20e99406fccbc473496d4faf7c /meta-python/recipes-devtools/python
parent5a55e4e480f173a8e9879e440a7841124c34e474 (diff)
downloadmeta-openembedded-75f9fe8bab85984e80978bc06ac9965e96831870.tar.gz
python3-flask-sqlalchemy: fix upstream uri check
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
index ecbcf16dd..56f63bf03 100644
--- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
5SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312" 5SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312"
6 6
7PYPI_PACKAGE = "flask_sqlalchemy" 7PYPI_PACKAGE = "flask_sqlalchemy"
8UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Flask-SQLAlchemy"
9UPSTREAM_CHECK_REGEX = "/Flask-SQLAlchemy/(?P<pver>(\d+[\.\-_]*)+)"
8 10
9inherit pypi python_setuptools_build_meta 11inherit pypi python_setuptools_build_meta
10 12