commit: https://gitlab.com/buildroot.org/buildroot/-/commit/2603561b12b8c7d8f4737147182d6c487eba077c
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
The python-propcache package specifies an unnecessarily strict cython
version, disable the check so that we can update cython.
Signed-off-by: James Hilliard <redacted>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/python-propcache/python-propcache.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-propcache/python-propcache.mk b/package/python-propcache/python-propcache.mk
index 88d1f2cfba..d1f659498e 100644
--- a/package/python-propcache/python-propcache.mk
+++ b/package/python-propcache/python-propcache.mk
@@ -10,6 +10,7 @@ PYTHON_PROPCACHE_SITE = https://files.pythonhosted.org/packages/9e/da/e9fc233cf6
PYTHON_PROPCACHE_SETUP_TYPE = setuptools
PYTHON_PROPCACHE_LICENSE = Apache-2.0
PYTHON_PROPCACHE_LICENSE_FILES = LICENSE
+PYTHON_PROPCACHE_BUILD_OPTS = --skip-dependency-check
PYTHON_PROPCACHE_DEPENDENCIES = \
host-python-cython \
host-python-expandvars
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot