From: Daniel Dickman Subject: Re: python3 module location (py3-junos-eznc broken) To: Chris Cappuccio Cc: ports@openbsd.org Date: Mon, 22 Jan 2024 02:00:50 -0500 > On Jan 21, 2024, at 10:14 PM, Chris Cappuccio wrote: > > With python 3.10, py3-junos-eznc is broken: Thanks for the report. > > class _FactCache(collections.MutableMapping): > AttributeError: module 'collections' has no attribute 'MutableMapping' > > I suspect the module may require python3.9 or earlier? Release 2.7.0 claims support for python 3.10 so I suggest updating the port to the latest release.