From 6a47bc66d1ede52622c9a10cc97bee1ce09e72d7 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 5 Apr 2015 07:58:15 +0000 Subject: [PATCH] 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',