[6.0] 74ec31586 More python3 tweaking

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


commit 74ec31586b3e9845be8722eecb3c5d838578a08a
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Mar 14 21:04:05 2019 +0000

    More python3 tweaking

diff --git a/configure.ac b/configure.ac
index 9b305c679..0954bf389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_ARG_WITH([rst2man],
     [no]))
 if test "x$RST2MAN" = "xno"; then
   AC_MSG_ERROR(
-    [rst2man is needed to build Varnish, please install python-docutils.])
+    [rst2man is needed to build Varnish, please install python3-docutils.])
 fi
 
 AC_ARG_WITH([sphinx-build],
@@ -56,7 +56,7 @@ AC_ARG_WITH([sphinx-build],
     [no]))
 if test "x$SPHINX" = "xno"; then
   AC_MSG_ERROR(
-    [sphinx-build is needed to build Varnish, please install python-sphinx.])
+    [sphinx-build is needed to build Varnish, please install python3-sphinx.])
 fi
 
 AC_ARG_WITH([rst2html],


More information about the varnish-commit mailing list