package/python-web2py: needs python-yatl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 11 Jun 2020 20:56:07 +0000 (22:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jun 2020 21:30:09 +0000 (23:30 +0200)
python-yatl is a mandatory dependency of python-web2py since version
2.18.4 and
https://github.com/web2py/web2py/commit/0663088d7f7c3257eaa9cdd8415483372d3c80b7

Fixes:
 - http://autobuild.buildroot.org/results/9d627152920973effeb48ad03c27a1c69fa83931

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-web2py/Config.in
package/python-web2py/python-web2py.mk

index b0320574de9f7c3ac16b3aad3f3d647617c275f8..a0452060bab4d9299c559c82f9fc34200bc2a26b 100644 (file)
@@ -7,6 +7,7 @@ config BR2_PACKAGE_PYTHON_WEB2PY
        select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
        select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON # runtime
        select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3 # runtime
+       select BR2_PACKAGE_PYTHON_YATL # runtime
        help
          web2py is a free open source full-stack framework for rapid
          development of fast, scalable, secure and portable
index 3372296bfde1e610d65adbc91180e42be602980c..07251ba53ccd6e538ebc70f634c95dbeb1a6a2fe 100644 (file)
@@ -9,7 +9,7 @@ PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,v$(PYTHON_WEB2PY_VERSION))
 PYTHON_WEB2PY_LICENSE = LGPL-3.0
 PYTHON_WEB2PY_LICENSE_FILES = LICENSE
 PYTHON_WEB2PY_DEPENDENCIES = $(if $(BR2_PACKAGE_PYTHON3),host-python3 python3,host-python python) \
-       host-python-pydal
+       host-python-pydal host-python-yatl
 
 PYTHON_WEB2PY_EXCLUSIONS = \
        welcome.w2p \