On Tue, Jan 21, 2020 at 08:50:01PM +0000, Stuart Henderson wrote: > py2 still works for now, but perhaps we should add a comment to the port > Makefile mentioning this though so that people doing future updates > make sure they test there ..
> > @@ -1,4 +1,6 @@ > > @comment $OpenBSD: PLIST,v 1.8 2019/02/17 20:22:22 sthen Exp $ > > +lib/python${MODPY_VERSION}/ > > +lib/python${MODPY_VERSION}/site-packages/ > I'm not sure how these lines were added, the directories come from a > dependency though and don't need listing. update-plist removes them here .. I've commited this update with a comment above the FLAVORS mentioning the need to check python2 compatibility for future updates and eliminating these two extraneous lines from the PLIST. --Kurt