package/python-web2py: python-pydal is only a runtime dependency
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jun 2020 21:26:48 +0000 (23:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jun 2020 21:29:37 +0000 (23:29 +0200)
While host-python-pydal is needed at build time, the target variant of
this package is only needed at runtime.

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

index bc2e6054e6cd5a518078939ee6b3fac9b5ff0afa..b0320574de9f7c3ac16b3aad3f3d647617c275f8 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_WEB2PY
        bool "python-web2py"
-       select BR2_PACKAGE_PYTHON_PYDAL
+       select BR2_PACKAGE_PYTHON_PYDAL # runtime
        select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
        select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
        select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
index 9aebf4d19dcd82bf63957bc72b3392ba7d2362d8..3372296bfde1e610d65adbc91180e42be602980c 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) \
-       python-pydal host-python-pydal
+       host-python-pydal
 
 PYTHON_WEB2PY_EXCLUSIONS = \
        welcome.w2p \