[gnome-commander] Remove python hints in configure.ac and README.in



commit 7ea9c440fafa1473f0590969aa0650fa9b2441a8
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Thu Jun 18 21:07:37 2020 +0200

    Remove python hints in configure.ac and README.in

 README.in    | 3 ---
 configure.ac | 2 --
 2 files changed, 5 deletions(-)
---
diff --git a/README.in b/README.in
index c1022104..a1b84a37 100644
--- a/README.in
+++ b/README.in
@@ -81,9 +81,6 @@ Additionally GNOME Commander may require:
   * unique >= @UNIQUE_REQ@
     Optional - for uniqueness support: only one running instance at a time
 
-  * python >= @PYTHON_REQ@
-    Optional - for python plugins support.
-
   * exiv2 >= @EXIV2_REQ@
     Optional - for Exif and IPTC support.
 
diff --git a/configure.ac b/configure.ac
index ba112a43..66ca548a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@ GMODULE_REQ=2.0.0
 GTK_REQ=2.24.0
 GNOMEVFS_REQ=2.0.0
 UNIQUE_REQ=0.9.3
-PYTHON_REQ=2.5
 EXIV2_REQ=0.14
 TAGLIB_REQ=1.4
 LIBGSF_REQ=1.12.0
@@ -49,7 +48,6 @@ AC_SUBST(GLIB_REQ)
 AC_SUBST(GTK_REQ)
 AC_SUBST(GNOMEVFS_REQ)
 AC_SUBST(UNIQUE_REQ)
-AC_SUBST(PYTHON_REQ)
 AC_SUBST(EXIV2_REQ)
 AC_SUBST(TAGLIB_REQ)
 AC_SUBST(LIBGSF_REQ)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]