optional_depends PYTHON \
                 "--enable-python" \
                 "--disable-python" \
                 "to build libpst python interface" &&

if is_depends_enabled $SPELL python || is_depends_enabled $SPELL python3; then
  depends boost "--with-boost-python"
fi
