certbot/letsencrypt-apache
Erik Rose 55b63fca0d Require setuptools>=1.0 in all packages that use the cryptography lib.
When pip-installing any of these packages, pip hit our permissive, any-version "setuptools" dependency first and then ignored all subsequent, more constrained ones, like cryptography's "setuptools>=1.0". See https://github.com/pypa/pip/issues/988. It thus, on a box with setuptools 0.9.8, stuck with that version. Then, at runtime, letsencrypt crashed because pkg_resources couldn't satisfy cryptography's setuptools>=1.0 requirement.

This change lets us pip-install our packages and have it work. We'll need to make sure our direct requirements (all of them) satisfy the more constrained requirements of our dependencies. Yes, it is disgusting.
2016-03-03 18:02:38 -05:00
..
docs Fix some underline lengths in docs. 2015-11-25 12:43:29 -05:00
letsencrypt_apache Merge pull request #2537 from letsencrypt/issue_2240 2016-02-26 16:54:47 -08:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Include centos-options-ssl-apache.conf in letsencrypt-apache 2016-02-10 16:35:00 -08:00
README.rst Add dummy README.rst files 2015-09-27 06:23:13 +00:00
readthedocs.org.requirements.txt RTD: install local deps for subpkgs (fixes #1086). 2015-10-23 19:01:13 +00:00
setup.py Require setuptools>=1.0 in all packages that use the cryptography lib. 2016-03-03 18:02:38 -05:00

Apache plugin for Let's Encrypt client