| Dean Troyer | 32c520f | 2012-07-19 18:35:50 -0500 | [diff] [blame] | 1 | bridge-utils | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 2 | curl | 
| Ian Wienand | 7919d85 | 2013-04-26 11:28:29 +1000 | [diff] [blame] | 3 | dbus | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 4 | euca2ools # only for testing client | 
| Ian Wienand | 7919d85 | 2013-04-26 11:28:29 +1000 | [diff] [blame] | 5 | gcc # dist:rhel6 [2] | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 6 | git-core | 
|  | 7 | openssh-server | 
| David Ripton | a0f660b | 2013-03-07 15:43:45 -0500 | [diff] [blame] | 8 | openssl | 
| Giulio Fidente | eeaa41a | 2013-06-07 17:11:30 +0200 | [diff] [blame] | 9 | openssl-devel # to rebuild pyOpenSSL if needed | 
| Ian Wienand | 7919d85 | 2013-04-26 11:28:29 +1000 | [diff] [blame] | 10 | libxml2-devel # dist:rhel6 [2] | 
|  | 11 | libxslt-devel # dist:rhel6 [2] | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 12 | psmisc | 
|  | 13 | pylint | 
| Dean Troyer | 62d1d69 | 2013-08-01 17:40:40 -0500 | [diff] [blame] | 14 | python-setuptools | 
| Ian Wienand | 7919d85 | 2013-04-26 11:28:29 +1000 | [diff] [blame] | 15 | python-prettytable # dist:rhel6 [1] | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 16 | python-unittest2 | 
|  | 17 | python-virtualenv | 
|  | 18 | screen | 
| Vincent Untz | 03086e1 | 2012-07-04 12:27:42 +0200 | [diff] [blame] | 19 | tar | 
| Dean Troyer | 5218d45 | 2012-02-04 02:13:23 -0600 | [diff] [blame] | 20 | tcpdump | 
|  | 21 | unzip | 
|  | 22 | wget | 
| Alvaro Lopez Ortega | d7f6090 | 2013-12-22 17:03:47 +0100 | [diff] [blame] | 23 | which | 
| Attila Fazekas | e7b6399 | 2014-01-27 11:44:03 +0100 | [diff] [blame^] | 24 | bc | 
| Ian Wienand | 7919d85 | 2013-04-26 11:28:29 +1000 | [diff] [blame] | 25 |  | 
|  | 26 | # [1] : some of installed tools have unversioned dependencies on this, | 
|  | 27 | # but others have versioned (<=0.7).  So if a later version (0.7.1) | 
|  | 28 | # gets installed in response to an unversioned dependency, it breaks. | 
|  | 29 | # This pre-installs a compatible 0.6(ish) version from RHEL | 
|  | 30 |  | 
|  | 31 | # [2] : RHEL6 rpm versions of python-lxml is old, and has to be | 
|  | 32 | # removed.  Several tools rely on it, so we install the dependencies | 
| Joe Gordon | 5747b80 | 2013-06-06 17:37:56 -0700 | [diff] [blame] | 33 | # pip needs to build it here (see tools/install_prereqs.sh) |