[master] c8d216e02 More python3 tweaking

Federico G. Schwindt fgsch at lodoss.net
Thu Mar 14 21:07:08 UTC 2019


commit c8d216e025617fee27cbaf3643a12dd55ed8e177
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 36102cb30..78e47a8e4 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