CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/04/27 16:18:14
Modified files:
security/letsencrypt/client: Makefile
security/letsencrypt/py-acme: Makefile
Added files:
security/letsencrypt/client/patches: patch-setup_py
security/letsencrypt/py-acme/patches: patch-setup_py
Log message:
Remove argparse from setup.py's install-requires list to unbreak since
the 0.13.0 update. (I had py-argparse from mystuff installed which is
why I didn't run into it before..) - reported by Pedro de Oliveira
https://github.com/certbot/certbot/issues/4485