xref: /OK3568_Linux_fs/buildroot/package/python-augeas/python-augeas.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# python-augeas
4#
5################################################################################
6
7PYTHON_AUGEAS_VERSION = 1.1.0
8PYTHON_AUGEAS_SITE = $(call github,hercules-team,python-augeas,v$(PYTHON_AUGEAS_VERSION))
9PYTHON_AUGEAS_SETUP_TYPE = setuptools
10PYTHON_AUGEAS_LICENSE = LGPL-2.1+
11PYTHON_AUGEAS_LICENSE_FILES = COPYING
12PYTHON_AUGEAS_DEPENDENCIES = augeas host-python-cffi host-pkgconf
13# This will tell python-augeas to not call xml2-config, and instead
14# use pkg-config to find libxml2. libxml2 is an indirect dependency of
15# augeas, which is why it's not in our dependencies. It's odd that
16# python-augeas searches for libxml2, but that's what it
17# does. Question asked in the pull request at
18# https://github.com/hercules-team/python-augeas/pull/49.
19PYTHON_AUGEAS_ENV = XML2_CONFIG=/bin/false
20
21$(eval $(python-package))
22