Skip to content

Commit 705fdbe

Browse files
committedMay 3, 2016
xfig and transfig should be installed on bootstrapping.
xfig and transfig should be installed when running the bb-dependencies script. This close #1. Signed-off-by: Giuseppe Di Natale <[email protected]>
1 parent 6c001f6 commit 705fdbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎scripts/bb-dependencies.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Amazon*)
2121

2222
# Required utilties.
2323
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
2525
;;
2626

2727
CentOS*)
@@ -44,7 +44,7 @@ CentOS*)
4444

4545
# Required utilties.
4646
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
4848

4949
# add user to the mock group
5050
sudo usermod -a -G mock buildbot
@@ -67,7 +67,7 @@ Debian*)
6767
# Required utilties.
6868
sudo apt-get --yes install git alien fakeroot wget curl bc \
6969
lsscsi parted gdebi attr dbench watchdog createrepo \
70-
python python-pip python-docutils
70+
python python-pip python-docutils xfig transfig
7171
;;
7272

7373
Fedora*)
@@ -84,7 +84,7 @@ Fedora*)
8484

8585
# Required utilties.
8686
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
8888

8989
# add user to the mock group
9090
sudo usermod -a -G mock buildbot
@@ -115,7 +115,7 @@ RHEL*)
115115
# Required utilties.
116116
sudo yum -y $EXTRA_REPO install git rpm-build wget curl lsscsi \
117117
parted attr dbench bc watchdog createrepo mock python \
118-
python-pip python-docutils mdadm
118+
python-pip python-docutils mdadm xfig transfig
119119

120120
# add user to the mock group
121121
sudo usermod -a -G mock buildbot
@@ -130,7 +130,7 @@ SUSE*)
130130

131131
# Required utilties.
132132
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
134134

135135
# Required development packages.
136136
sudo zypper --non-interactive --plus-content debug install \
@@ -148,7 +148,7 @@ OpenSUSE*)
148148

149149
# Required utilties.
150150
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
152152

153153
# Required development packages.
154154
sudo zypper --non-interactive --plus-content debug install \
@@ -165,7 +165,7 @@ Ubuntu*)
165165
# Required utilties.
166166
sudo apt-get --yes install git alien fakeroot wget curl \
167167
lsscsi parted gdebi attr dbench watchdog \
168-
python python-pip python-docutils
168+
python python-pip python-docutils xfig transfig
169169

170170
# Required development libraries
171171
sudo apt-get --yes install linux-headers-$(uname -r) \

0 commit comments

Comments
 (0)
Please sign in to comment.