Lines Matching full:python
4 dnl # Checks for Python module. Freely inspired by AX_PYTHON_MODULE
9 PYTHON_NAME=${PYTHON##*/}
11 AS_IF([$PYTHON -c "import $1" 2>/dev/null], [
21 dnl # Determines if pyzfs can be built, requires Python 3.6 or later.
26 [install libzfs_core python bindings @<:@default=check@:>@]),
40 AS_IF([test "$PYTHON" != :], [
60 dnl # Python "packaging" (or, failing that, "distlib") module is required to build and install pyzfs
66 AC_MSG_ERROR("Python $PYTHON_VERSION packaging and distlib modules are not installed")
80 [AC_MSG_ERROR("Python $PYTHON_VERSION unknown")]
94 dnl # Python "setuptools" module is required to build and install pyzfs
99 AC_MSG_ERROR("Python $PYTHON_VERSION setuptools is not installed")
107 dnl # Python "cffi" module is required to run pyzfs
112 AC_MSG_ERROR("Python $PYTHON_VERSION cffi is not installed")