mirror of
https://github.com/erkin/ponysay.git
synced 2024-12-01 08:17:59 +01:00
update dependency test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
bbcd8d4875
commit
30d3ad1324
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,14 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('chmod', 'coreutils', None, 2, 1),
|
('chmod', 'coreutils', None, 2, 1),
|
||||||
('gzip', 'gzip', 'compression of manuals', 1, 0),
|
('gzip', 'gzip', 'compression of manuals', 1, 0),
|
||||||
('makeinfo', 'texinfo', 'compilation of info manual', 1, 0),
|
('makeinfo', 'texinfo', 'compilation of info manual', 1, 0),
|
||||||
('install-info', 'texinfo', 'installation 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),
|
('auto-auto-complete', 'auto-auto-complete>=3', 'compilation of shell tab-completion', 1, 0),
|
||||||
('stty', 'coreutils', None, 0, 2),
|
('stty', 'coreutils', None, 0, 2),
|
||||||
('ponytool', 'util-say>=3', 'KMS utilisation and PNG support', 0, 1),
|
('ponytool', 'util-say>=3', 'compiling TTY ponies, KMS utilisation and PNG support', 2, 1),
|
||||||
(None, 'python>=3', None, 2, 2)
|
(None, 'python>=3', None, 2, 2)
|
||||||
]
|
]
|
||||||
|
|
||||||
path = os.environ['PATH'].split(':')
|
path = os.environ['PATH'].split(':')
|
||||||
|
|
Loading…
Reference in a new issue