On Sat, Jun 06, 2020 at 08:09:10PM +0100, Stuart Henderson wrote: > OK to import this? LibreNMS wants it for some things.
> ---- > handle .env files > Python module and command-line tool to write and read .env-like files, > commonly used with Procfile-based applications. > Maintainer: The OpenBSD ports mailing-list <[email protected]> > WWW: https://github.com/pedroburon/dotenv > ---- It doesn't build as-is. It tries to download distribute and fails out. However, if one patches distribute out of the setup.py then it builds ok. So, add a patch for that, and ok kmos for import --Kurt
