From 30d3ad1324d3ecb203dac03734bf6984b6431294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 18 Aug 2013 11:20:11 +0200 Subject: [PATCH] update dependency test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup/dependencies.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup/dependencies.py b/setup/dependencies.py index 79775a66..c4090d0c 100755 --- a/setup/dependencies.py +++ b/setup/dependencies.py @@ -5,14 +5,14 @@ import os import sys dependencies = [ - ('chmod', 'coreutils', None, 2, 1), - ('gzip', 'gzip', 'compression of manuals', 1, 0), - ('makeinfo', 'texinfo', 'compilation of info manual', 1, 0), - ('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', 'KMS utilisation and PNG support', 0, 1), - (None, 'python>=3', None, 2, 2) + ('chmod', 'coreutils', None, 2, 1), + ('gzip', 'gzip', 'compression of manuals', 1, 0), + ('makeinfo', 'texinfo', 'compilation of info manual', 1, 0), + ('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), + (None, 'python>=3', None, 2, 2) ] path = os.environ['PATH'].split(':')