Index: fetchmail-6.5.1/fetchmailconf.py =================================================================== --- fetchmail-6.5.1.orig/fetchmailconf.py +++ fetchmail-6.5.1/fetchmailconf.py @@ -3,7 +3,7 @@ # A GUI configurator for generating fetchmail configuration files. # by Eric S. Raymond, , # Matthias Andree -# Requires Python with Tkinter, and the following OS-dependent services: +# Requires Python 3.7+ with Tkinter, and the following OS-dependent services: # posix, posixpath, socket # WARNING: this needs to be updated for fetchmail 6.4's SSL options,