mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/python-flask-sqlalchemy: bump to version 2.4.1
License is provided with the tarball, so there's no need to use PKG-INFO. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
02aaa25610
commit
08a794b5b4
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLASK_SQLALCHEMY_VERSION = 2.4.0
|
||||
PYTHON_FLASK_SQLALCHEMY_VERSION = 2.4.1
|
||||
PYTHON_FLASK_SQLALCHEMY_SOURCE = Flask-SQLAlchemy-$(PYTHON_FLASK_SQLALCHEMY_VERSION).tar.gz
|
||||
PYTHON_FLASK_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/9b/62/80a56f9d223f0b89cdcf7d592455375f8c9d73866f337fa85f39f45fe0c5
|
||||
PYTHON_FLASK_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/52/7a/35bacbedafdc652d5198b80eb22eacccae0c97a49740a45da828b05cc37b
|
||||
PYTHON_FLASK_SQLALCHEMY_SETUP_TYPE = setuptools
|
||||
PYTHON_FLASK_SQLALCHEMY_LICENSE = BSD-3c
|
||||
PYTHON_FLASK_SQLALCHEMY_LICENSE_FILES = PKG-INFO
|
||||
PYTHON_FLASK_SQLALCHEMY_LICENSE = BSD-3-Clause
|
||||
PYTHON_FLASK_SQLALCHEMY_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user