From b8aca03bace636a9f17f5d621fcaf80f1d847040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 18 Aug 2013 11:21:49 +0200 Subject: [PATCH] only optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dependencies.py b/setup/dependencies.py index c4090d0c..ec14cba8 100755 --- a/setup/dependencies.py +++ b/setup/dependencies.py @@ -11,7 +11,7 @@ dependencies = [ ('install-info', 'texinfo', 'installation of info manual', 1, 0), ('auto-auto-complete', 'auto-auto-complete>=3', 'compilation of shell tab-completion', 1, 0), ('stty', 'coreutils', None, 0, 2), - ('ponytool', 'util-say>=3', 'compiling TTY ponies, KMS utilisation and PNG support', 2, 1), + ('ponytool', 'util-say>=3', 'compiling TTY ponies, KMS utilisation and PNG support', 1, 1), (None, 'python>=3', None, 2, 2) ]