Browse code

Promote libffi-dev as a general dependency

libffi-dev/libffi-devel can be requested for rebuilding the
python clients which is an un-skipable part of the devstack install.

Promoting the libffi-devel to a general dependency.

Change-Id: I1dac7fd536b94de1e49aaf335ac29ffae1bd39d1

Attila Fazekas authored on 2014/07/10 03:18:04
Showing 6 changed files
... ...
@@ -23,3 +23,4 @@ python-dev
23 23
 python2.7
24 24
 bc
25 25
 libyaml-dev
26
+libffi-dev
... ...
@@ -1,4 +1,3 @@
1
-libffi-dev
2 1
 libmysqlclient-dev  # testonly
3 2
 libpq-dev           # testonly
4 3
 libssl-dev          # testonly
... ...
@@ -1,5 +1,4 @@
1 1
 curl
2
-libffi-dev
3 2
 memcached
4 3
 python-configobj
5 4
 python-coverage
... ...
@@ -7,6 +7,7 @@ git-core
7 7
 openssh-server
8 8
 openssl
9 9
 openssl-devel # to rebuild pyOpenSSL if needed
10
+libffi-devel
10 11
 libxml2-devel
11 12
 libxslt-devel
12 13
 psmisc
... ...
@@ -1,4 +1,3 @@
1
-libffi-devel
2 1
 libxml2-devel       # testonly
3 2
 libxslt-devel       # testonly
4 3
 mysql-devel         # testonly
... ...
@@ -1,5 +1,4 @@
1 1
 curl
2
-libffi-devel
3 2
 memcached
4 3
 python-configobj
5 4
 python-coverage