certbot/letsencrypt-auto-source/pieces
Adrien Ferrand 6ff101dcbb Cover case of OpenSUSE Leap 15+ in certbot-auto (#6794)
Fixes #6228.

Since OpenSUSE Leap 15, python-virtualenv became a source package, breaking certbot-auto bootstrap on this version. Then python2-virtualenv must be used to create Python 2.x virtual environments.

This PR makes certbot-auto compatible to prior and after Leap 15, by testing the existence of python-virtualenv on current OpenSUSE system, and then use appropriate packages.

* Cover case of OpenSUSE Leap 15+ in certbot-auto

* Revert increment on bootstrap for OpenSUSE

* Fix configuration for Leap15+

* Add comment about explicit installation of python2-setuptools

* Update letsencrypt-auto-source/pieces/bootstrappers/suse_common.sh

Co-Authored-By: adferrand <adferrand@users.noreply.github.com>

* Update letsencrypt-auto
2019-03-01 18:07:07 -08:00
..
bootstrappers Cover case of OpenSUSE Leap 15+ in certbot-auto (#6794) 2019-03-01 18:07:07 -08:00
certbot-requirements.txt Release 0.31.0 2019-02-07 13:27:10 -08:00
dependency-requirements.txt Fix cryptography OCSP support (#6751) 2019-02-28 00:16:52 +01:00
fetch.py Address erikrose's comments on #5329 (#5400) 2018-01-09 16:48:16 -08:00
letsencrypt-requirements.txt Pin dependency versions when using tools/venv.sh (#4629) 2017-05-11 10:06:05 -07:00
pipstrap.py [Windows] Fix pipstrap (#6775) 2019-02-28 20:35:58 +01:00