* [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility
@ 2025-07-19 0:46 James Hilliard
2025-07-19 12:16 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2025-07-19 0:46 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
Set --skip-dependency-check as dbus-fast specifies an unnecessarily
strict maximum cython version.
Fixes:
ERROR Missing dependencies:
Cython<3.1.0,>=3
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-dbus-fast/python-dbus-fast.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-dbus-fast/python-dbus-fast.mk b/package/python-dbus-fast/python-dbus-fast.mk
index 854ce2068b..fe17674708 100644
--- a/package/python-dbus-fast/python-dbus-fast.mk
+++ b/package/python-dbus-fast/python-dbus-fast.mk
@@ -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
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility
2025-07-19 0:46 [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility James Hilliard
@ 2025-07-19 12:16 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-19 12:16 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot, Marcin Niestroj
On 19/07/2025 02:46, James Hilliard wrote:
> Set --skip-dependency-check as dbus-fast specifies an unnecessarily
> strict maximum cython version.
>
> Fixes:
> ERROR Missing dependencies:
> Cython<3.1.0,>=3
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility
2025-07-19 0:46 [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility James Hilliard
2025-07-19 12:16 ` Julien Olivain via buildroot
@ 2025-08-07 18:24 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-07 18:24 UTC (permalink / raw)
To: James Hilliard; +Cc: Thomas Perale, buildroot
In reply of:
> Set --skip-dependency-check as dbus-fast specifies an unnecessarily
> strict maximum cython version.
>
> Fixes:
> ERROR Missing dependencies:
> Cython<3.1.0,>=3
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> package/python-dbus-fast/python-dbus-fast.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python-dbus-fast/python-dbus-fast.mk b/package/python-dbus-fast/python-dbus-fast.mk
> index 854ce2068b..fe17674708 100644
> --- a/package/python-dbus-fast/python-dbus-fast.mk
> +++ b/package/python-dbus-fast/python-dbus-fast.mk
> @@ -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
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-07 18:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-19 0:46 [Buildroot] [PATCH 1/1] package/python-dbus-fast: fix cython 3.1.x compatibility James Hilliard
2025-07-19 12:16 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.