mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-dbus-fast: fix cython 3.1.x compatibility
Since python-cython bump to 3.1.2 in commit [1], python-dbus-fast is failing to build. Set --skip-dependency-check as dbus-fast specifies an unnecessarily strict maximum cython version. Fixes: ERROR Missing dependencies: Cython<3.1.0,>=3 [1]b536caaec0Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Julien: add reference to buildroot commit introducing the issue] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitf38d4e63d7) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
0d821f64cd
commit
7bf31e873b
@@ -11,6 +11,7 @@ PYTHON_DBUS_FAST_SETUP_TYPE = poetry
|
||||
PYTHON_DBUS_FAST_LICENSE = MIT
|
||||
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
|
||||
PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
|
||||
PYTHON_DBUS_FAST_BUILD_OPTS = --skip-dependency-check
|
||||
PYTHON_DBUS_FAST_DEPENDENCIES = \
|
||||
host-python-cython \
|
||||
host-python-setuptools
|
||||
|
||||
Reference in New Issue
Block a user