kumquat-buildroot/package/python-kmod/Config.in
Adam Duskett 2add559e50 package/python-kmod: new package
This package is currently used in Fedora39 to provide python bindings
for kmod, and it is Python 3.12.0 compatible.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
[yann.morin.1998@free.fr: LGPL in in COPYING.LESSER]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-11-09 22:26:18 +01:00

13 lines
325 B
Plaintext

config BR2_PACKAGE_PYTHON_KMOD
bool "python-kmod"
depends on !BR2_STATIC_LIBS # kmod
select BR2_PACKAGE_HOST_PYTHON_CYTHON
select BR2_PACKAGE_KMOD
help
Python binding for kmod
https://github.com/maurizio-lombardi/python-kmod
comment "python-kmod needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS