mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Merge pull request #337 from kuba/bugs/280
dialog display on squeeze (fixes #280)
This commit is contained in:
commit
55188c52e8
2 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ For squezze you will need to:
|
|||
(``sudo`` is not installed by default) before running the bootstrap
|
||||
script.
|
||||
- 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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ install_requires = [
|
|||
'PyOpenSSL',
|
||||
'pyrfc3339',
|
||||
'python-augeas',
|
||||
'python2-pythondialog',
|
||||
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
|
||||
'pytz',
|
||||
'requests',
|
||||
'werkzeug',
|
||||
|
|
|
|||
Loading…
Reference in a new issue