Merge pull request #337 from kuba/bugs/280

dialog display on squeeze (fixes #280)
This commit is contained in:
James Kasten 2015-04-14 13:02:29 -07:00
commit 55188c52e8
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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',