package/python-augeas: new package
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Jun 2021 20:34:54 +0000 (22:34 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 24 Jun 2021 21:42:02 +0000 (23:42 +0200)
commitc2767180bde9c45ba33e49e8509e1720d87f44f5
tree1fad69ec31d8f1df3be4fd0a5316eedea2e1bcdd
parent150038166fafae5c596e1e8ca7572bf8b6793a6d
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>
DEVELOPERS
package/Config.in
package/python-augeas/0001-Use-CFFI-in-out-of-line-API-mode-49.patch [new file with mode: 0644]
package/python-augeas/Config.in [new file with mode: 0644]
package/python-augeas/python-augeas.hash [new file with mode: 0644]
package/python-augeas/python-augeas.mk [new file with mode: 0644]