mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Merge pull request #337 from kuba/bugs/280
dialog display on squeeze (fixes #280)
This commit is contained in:
@@ -36,7 +36,6 @@ For squezze you will need to:
|
|||||||
(``sudo`` is not installed by default) before running the bootstrap
|
(``sudo`` is not installed by default) before running the bootstrap
|
||||||
script.
|
script.
|
||||||
- Use ``virtualenv --no-site-packages -p python`` instead of ``-p python2``.
|
- Use ``virtualenv --no-site-packages -p python`` instead of ``-p python2``.
|
||||||
- Use text mode ``sudo ./venv/bin/letsencrypt --text`` (`#280`_)
|
|
||||||
|
|
||||||
|
|
||||||
.. _`#280`: https://github.com/letsencrypt/lets-encrypt-preview/issues/280
|
.. _`#280`: https://github.com/letsencrypt/lets-encrypt-preview/issues/280
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ install_requires = [
|
|||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'python-augeas',
|
'python-augeas',
|
||||||
'python2-pythondialog',
|
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
|
||||||
'pytz',
|
'pytz',
|
||||||
'requests',
|
'requests',
|
||||||
'werkzeug',
|
'werkzeug',
|
||||||
|
|||||||
Reference in New Issue
Block a user