On Tue, Dec 11, 2018 at 03:01:06PM -0800, Gary E. Miller via devel wrote: > > I am unaware of any other Python libraries not in the base Python that > NTPsec uses. For some reason *BSD don't like curses. > > You know any other used Python packages not in the base Python?
What about the "gps" module? And maybe "argparse" since it's not part of python2.6? I can add non-fatal checks for these, similar to what I did for "curses". Everything else that we use should be part of the python core module set. Thanks, -Matt _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
