Browse code

Add a few missing package for SUSE

Additionally rearranged the package list to be alphabetically sorrted

Change-Id: I52cea97da60437250d0b7cf86a71e4a05d765568

Ralf Haferkamp authored on 2014/02/21 00:28:15
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+dnsmasq
... ...
@@ -1,15 +1,20 @@
1
+bc
1 2
 bridge-utils
2 3
 ca-certificates-mozilla
3 4
 curl
4 5
 euca2ools
6
+findutils-locate # useful when debugging
5 7
 git-core
6 8
 iputils
9
+libopenssl-devel # to rebuild pyOpenSSL if needed
10
+lsof # useful when debugging
11
+make
7 12
 openssh
8 13
 openssl
9 14
 psmisc
10
-python-setuptools # instead of python-distribute; dist:sle11sp2
11 15
 python-cmd2 # dist:opensuse-12.3
12 16
 python-pylint
17
+python-setuptools # instead of python-distribute; dist:sle11sp2
13 18
 python-unittest2
14 19
 screen
15 20
 tar
... ...
@@ -17,7 +22,3 @@ tcpdump
17 17
 unzip
18 18
 vim-enhanced
19 19
 wget
20
-bc
21
-
22
-findutils-locate # useful when debugging
23
-lsof # useful when debugging