diff options
author | Derek Straka <derek@asterius.io> | 2023-12-21 17:02:16 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-22 06:39:33 -0800 |
commit | 75f9fe8bab85984e80978bc06ac9965e96831870 (patch) | |
tree | 5b6733bc2aec0e20e99406fccbc473496d4faf7c /meta-python | |
parent | 5a55e4e480f173a8e9879e440a7841124c34e474 (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb | 2 |
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" | |||
5 | SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312" | 5 | SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312" |
6 | 6 | ||
7 | PYPI_PACKAGE = "flask_sqlalchemy" | 7 | PYPI_PACKAGE = "flask_sqlalchemy" |
8 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Flask-SQLAlchemy" | ||
9 | UPSTREAM_CHECK_REGEX = "/Flask-SQLAlchemy/(?P<pver>(\d+[\.\-_]*)+)" | ||
8 | 10 | ||
9 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta |
10 | 12 | ||