puthon curses on NetBSD

Matthew Selsky Matthew.Selsky at twosigma.com
Mon Dec 17 23:51:15 UTC 2018


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


More information about the devel mailing list