mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-03 13:11:07 -09:00
package/python-web2py: needs python-yatl
python-yatl is a mandatory dependency of python-web2py since version
2.18.4 and
0663088d7f
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ad15cb19e5
commit
0e7ba0f3ec
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user