mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
The libdnet Python module no longer builds with Python >= 3.13. The issue has been reported upstream on August 17, 2025, and there has been no feedback: https://github.com/ofalk/libdnet/issues/114 Until this gets resolved, we have no choice but to drop support for the Python module of this package. Fixes: https://autobuild.buildroot.net/results/4df6bcaa66d79efac3619a47b08f3cb02c13e276/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
config BR2_PACKAGE_LIBDNET
|
|
bool "libdnet"
|
|
help
|
|
libdnet - simplified interface to low-level networking
|
|
routines.
|
|
|
|
http://libdnet.sourceforge.net/
|