From 6a47bc66d1ede52622c9a10cc97bee1ce09e72d7 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 5 Apr 2015 07:58:15 +0000 Subject: [PATCH 1/2] dialog display on squeeze (fixes #280) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c399179e4..e25c914c4 100644 --- a/setup.py +++ b/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', From 990049bdd1b4779eddbc867e3f99c2ab80fac4c8 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 14 Apr 2015 14:21:38 +0000 Subject: [PATCH 2/2] squeeze does not need --text --- docs/using.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index eb53fc54a..463b6524b 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -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