[6.0] e2f4cadc2 Drop Python 2 for our docs dependencies too

Reza Naghibi reza at naghibi.com
Tue Apr 20 18:27:06 UTC 2021


commit e2f4cadc27eded2a1d125481adc030b263c8c28b
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Mar 13 15:14:18 2019 +0100

    Drop Python 2 for our docs dependencies too

diff --git a/configure.ac b/configure.ac
index 65b88bda9..9b305c679 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_ARG_WITH([rst2man],
   AS_HELP_STRING([--with-rst2man=PATH], [Location of rst2man (auto)]),
   [RST2MAN="$withval"],
   AC_CHECK_PROGS(RST2MAN,
-    [rst2man rst2man.py rst2man-3.6 rst2man-2.7],
+    [rst2man rst2man.py rst2man-3.6 rst2man-3],
     [no]))
 if test "x$RST2MAN" = "xno"; then
   AC_MSG_ERROR(
@@ -52,7 +52,7 @@ AC_ARG_WITH([sphinx-build],
   AS_HELP_STRING([--with-sphinx-build=PATH], [Location of sphinx-build (auto)]),
   [SPHINX="$withval"],
   AC_CHECK_PROGS(SPHINX,
-    [sphinx-build sphinx-build-3.6 sphinx-build-2.7],
+    [sphinx-build sphinx-build-3.6 sphinx-build-3],
     [no]))
 if test "x$SPHINX" = "xno"; then
   AC_MSG_ERROR(


More information about the varnish-commit mailing list