--- gpgme-1.24.1.old/Makefile.in +++ gpgme-1.24.1/Makefile.in @@ -280,7 +280,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ENABLED_LANGUAGES = @ENABLED_LANGUAGES@ +ENABLED_LANGUAGES = cl cpp ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ --- gpgme-1.24.1.old/configure.ac +++ gpgme-1.24.1/configure.ac @@ -1205,13 +1205,6 @@ lang/js/BrowserTestExtension/Makefile lang/js/DemoExtension/Makefile]) AC_CONFIG_FILES(lang/qt/doc/Makefile) -AC_CONFIG_FILES([lang/python/Makefile - lang/python/version.py - lang/python/tests/Makefile - lang/python/src/Makefile - lang/python/examples/Makefile - lang/python/doc/Makefile]) -AC_CONFIG_FILES([lang/python/setup.py], [chmod a+x lang/python/setup.py]) AC_OUTPUT if test "$want_qt5" = "yes" -a "$want_qt6" = "yes"; then --- gpgme-1.24.1.old/lang/Makefile.am +++ gpgme-1.24.1/lang/Makefile.am @@ -18,6 +18,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later SUBDIRS = $(ENABLED_LANGUAGES) -DIST_SUBDIRS = cl cpp qt python js +DIST_SUBDIRS = cl cpp qt js EXTRA_DIST = README --- gpgme-1.24.1.old/lang/Makefile.in +++ gpgme-1.24.1/lang/Makefile.in @@ -423,7 +423,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = $(ENABLED_LANGUAGES) -DIST_SUBDIRS = cl cpp qt python js +DIST_SUBDIRS = cl cpp qt js EXTRA_DIST = README all: all-recursive ==== end of patch ====