diff --git a/package/python-flask-restx/Config.in b/package/python-flask-restx/Config.in index ec5b3283bd..c98dd74d5b 100644 --- a/package/python-flask-restx/Config.in +++ b/package/python-flask-restx/Config.in @@ -1,10 +1,9 @@ config BR2_PACKAGE_PYTHON_FLASK_RESTX bool "python-flask-restx" - depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema select BR2_PACKAGE_PYTHON_ANISO8601 # runtime select BR2_PACKAGE_PYTHON_FLASK # runtime select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime - select BR2_PACKAGE_PYTHON_PYTZ # runtime + select BR2_PACKAGE_PYTHON_REFERENCING # runtime select BR2_PACKAGE_PYTHON_WERKZEUG # runtime help Fully featured framework for fast, easy and documented API diff --git a/package/python-flask-restx/python-flask-restx.hash b/package/python-flask-restx/python-flask-restx.hash index f90601cdc1..5bbe0dfa93 100644 --- a/package/python-flask-restx/python-flask-restx.hash +++ b/package/python-flask-restx/python-flask-restx.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/flask-restx/json -md5 262984a0c902db0b6f4afb86a69ea40e flask-restx-1.3.0.tar.gz -sha256 4f3d3fa7b6191fcc715b18c201a12cd875176f92ba4acc61626ccfd571ee1728 flask-restx-1.3.0.tar.gz +md5 3fe0cd948ae1a0ebcbca569daf069586 flask-restx-1.3.2.tar.gz +sha256 0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5 flask-restx-1.3.2.tar.gz # Locally computed sha256 checksums sha256 d736fc20d979831ab5c380973d01542de97857d975b60a4cf03efbd9e4e38997 LICENSE diff --git a/package/python-flask-restx/python-flask-restx.mk b/package/python-flask-restx/python-flask-restx.mk index 23596f23d4..f8e8ef133a 100644 --- a/package/python-flask-restx/python-flask-restx.mk +++ b/package/python-flask-restx/python-flask-restx.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_FLASK_RESTX_VERSION = 1.3.0 +PYTHON_FLASK_RESTX_VERSION = 1.3.2 PYTHON_FLASK_RESTX_SOURCE = flask-restx-$(PYTHON_FLASK_RESTX_VERSION).tar.gz -PYTHON_FLASK_RESTX_SITE = https://files.pythonhosted.org/packages/45/4c/2e7d84e2b406b47cf3bf730f521efe474977b404ee170d8ea68dc37e6733 +PYTHON_FLASK_RESTX_SITE = https://files.pythonhosted.org/packages/43/89/9b9ca58cbb8e9ec46f4a510ba93878e0c88d518bf03c350e3b1b7ad85cbe PYTHON_FLASK_RESTX_SETUP_TYPE = setuptools PYTHON_FLASK_RESTX_LICENSE = BSD-3-Clause PYTHON_FLASK_RESTX_LICENSE_FILES = LICENSE