------------------------------------------------------------
revno: 1861
fixes bug: https://launchpad.net/bugs/1895451
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sun 2020-09-13 07:21:30 -0700
message:
  Update configure to indicate dnspython<2.0 is required.
modified:
  configure
  configure.in


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'configure'
--- configure	2018-01-12 12:44:15 +0000
+++ configure	2020-09-13 14:21:30 +0000
@@ -2277,10 +2277,11 @@
 then
     as_fn_error $? "
 
-***** dnspython not found. It is required for the new
-***** dmarc_moderation_action featurer. Get it from
+***** dnspython <2.0 not found. It is required for the new
+***** dmarc_moderation_action feature. Get it from
 ***** <http://www.dnspython.org/> or
-***** <https://pypi.python.org/pypi/dnspython/>" "$LINENO" 5
+***** <https://pypi.python.org/pypi/dnspython/>
+***** You must get a version < 2.0" "$LINENO" 5
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $havednspython" >&5
 $as_echo "$havednspython" >&6; }

=== modified file 'configure.in'
--- configure.in	2018-01-12 12:44:15 +0000
+++ configure.in	2020-09-13 14:21:30 +0000
@@ -107,10 +107,11 @@
 then
     AC_MSG_ERROR([
  
-***** dnspython not found. It is required for the new
-***** dmarc_moderation_action featurer. Get it from
+***** dnspython <2.0 not found. It is required for the new
+***** dmarc_moderation_action feature. Get it from
 ***** <http://www.dnspython.org/> or
-***** <https://pypi.python.org/pypi/dnspython/>])
+***** <https://pypi.python.org/pypi/dnspython/>
+***** You must get a version < 2.0])
 fi
 AC_MSG_RESULT($havednspython)
  

_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to