2add559e50
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>
13 lines
325 B
Plaintext
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
|