-
Notifications
You must be signed in to change notification settings - Fork 29
/
base.nreqs.yaml
122 lines (91 loc) · 1.92 KB
/
base.nreqs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#
# Install with::
#
# $ tcf.git/nreqs.py install base.nreqs.yaml
#
argcomplete:
reason: for basic tab complete for tcf
dnf: python3-argcomplete
apt: python3-argcomplete
bzip2:
reason: for de/compressing logfiles and others
skip_platform: win32
colorama:
reason: for initializing ANSI terminals in Windows
require_platform: win32
dateutil:
dnf: python3-dateutil
apt: python3-dateutil
dosfstools:
skip_platform: win32
filelock:
reason: file-based multiprocess locking
distro: python3-filelock
git:
skip_platform: win32
gvnc-tools:
skip_platform: win32
# not available in RHEL
centos:
skip: true
rhel:
skip: true
ubuntu: gvncviewer
debian: gvncviewer
pip:
skip: true
keyring:
apt: python3-keyring
dnf: python3-keyring
make:
skip_platform: win32
Jinja2: python3-jinja2
imutils:
packaging: python3-packaging
ply: python3-ply
pykwalify: python3-pykwalify
pymongo:
reason: used to report execution data to MongoDB databases
distro: python3-pymongo
pyte: python3-pyte
pytz:
dnf: python3-pytz
apt: python3-tz
pyserial:
dnf:
name: python3-pyserial
apt:
name: python3-serial
# This has to build, so in windows take one that is built, otherwise
# we need a lot of extra deps
python-Levenshtein-wheels:
require_platform: win32
python-Levenshtein:
dnf: python3-Levenshtein
apt: python3-levenshtein
skip_platform: win32
PyYAML: python3-yaml
requests: python3-requests
rpyc: python3-rpyc
rsync:
skip_platform: win32
reason: |
Scripting uses it to efficiently provision SUTs
tabulate: python3-tabulate
setuptools:
distro: python3-setuptools
time:
skip_platform: win32
reason: |
Some scripting commands prefix with time to measure
execution time
termcolor:
distro:
name: python3-termcolor
skip_platform: win32
# needed for timezones
tzdata:
xz:
skip_platform: win32
apt: xz-utils
reason: for de/compressing logfiles and others