@@ -21,7 +21,7 @@ Amazon*)
21
21
22
22
# Required utilties.
23
23
sudo yum -y install git rpm-build wget curl lsscsi parted attr dbench \
24
- watchdog createrepo python python-pip python-docutils
24
+ watchdog createrepo python python-pip python-docutils xfig transfig
25
25
;;
26
26
27
27
CentOS* )
@@ -44,7 +44,7 @@ CentOS*)
44
44
45
45
# Required utilties.
46
46
sudo yum -y install git rpm-build wget curl lsscsi parted attr dbench bc \
47
- watchdog createrepo mock python python-docutils mdadm
47
+ watchdog createrepo mock python python-docutils mdadm xfig transfig
48
48
49
49
# add user to the mock group
50
50
sudo usermod -a -G mock buildbot
@@ -67,7 +67,7 @@ Debian*)
67
67
# Required utilties.
68
68
sudo apt-get --yes install git alien fakeroot wget curl bc \
69
69
lsscsi parted gdebi attr dbench watchdog createrepo \
70
- python python-pip python-docutils
70
+ python python-pip python-docutils xfig transfig
71
71
;;
72
72
73
73
Fedora* )
@@ -84,7 +84,7 @@ Fedora*)
84
84
85
85
# Required utilties.
86
86
sudo dnf -y install git rpm-build wget curl lsscsi parted attr dbench \
87
- watchdog createrepo mock python python-pip python-docutils
87
+ watchdog createrepo mock python python-pip python-docutils xfig transfig
88
88
89
89
# add user to the mock group
90
90
sudo usermod -a -G mock buildbot
@@ -115,7 +115,7 @@ RHEL*)
115
115
# Required utilties.
116
116
sudo yum -y $EXTRA_REPO install git rpm-build wget curl lsscsi \
117
117
parted attr dbench bc watchdog createrepo mock python \
118
- python-pip python-docutils mdadm
118
+ python-pip python-docutils mdadm xfig transfig
119
119
120
120
# add user to the mock group
121
121
sudo usermod -a -G mock buildbot
@@ -130,7 +130,7 @@ SUSE*)
130
130
131
131
# Required utilties.
132
132
sudo zypper --non-interactive install git rpm-build wget curl \
133
- lsscsi parted attr createrepo python python-pip python-docutils
133
+ lsscsi parted attr createrepo python python-pip python-docutils xfig transfig
134
134
135
135
# Required development packages.
136
136
sudo zypper --non-interactive --plus-content debug install \
@@ -148,7 +148,7 @@ OpenSUSE*)
148
148
149
149
# Required utilties.
150
150
sudo zypper --non-interactive install git rpm-build wget curl \
151
- lsscsi parted attr createrepo python python-pip python-docutils
151
+ lsscsi parted attr createrepo python python-pip python-docutils xfig transfig
152
152
153
153
# Required development packages.
154
154
sudo zypper --non-interactive --plus-content debug install \
@@ -165,7 +165,7 @@ Ubuntu*)
165
165
# Required utilties.
166
166
sudo apt-get --yes install git alien fakeroot wget curl \
167
167
lsscsi parted gdebi attr dbench watchdog \
168
- python python-pip python-docutils
168
+ python python-pip python-docutils xfig transfig
169
169
170
170
# Required development libraries
171
171
sudo apt-get --yes install linux-headers-$( uname -r) \
0 commit comments