kumquat-buildroot/package/python-augeas/Config.in
Thomas Petazzoni c2767180bd package/python-augeas: new package
We backport an upstream patch that fixes the loading of the native
library by the FFI logic. Without this, "import augeas" doesn't work
as it goes into the ctypes.utils.find_library() logic that tries to
use a compiler on the target to find the augeas native library.

Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-06-24 23:42:02 +02:00

9 lines
221 B
Plaintext

config BR2_PACKAGE_PYTHON_AUGEAS
bool "python-augeas"
depends on BR2_PACKAGE_AUGEAS
select BR2_PACKAGE_PYTHON_CFFI # runtime
help
Pure python bindings for Augeas.
https://github.com/hercules-team/python-augeas