Add mapping for libffi-dev
libffi header files are needed to pip install xattr, which is a requirement of swift. Change-Id: I69560425f7106c35ec432825eab94ca8424eb89e
This commit is contained in:
parent
64f4323ae7
commit
726a816cac
@ -57,6 +57,7 @@ package_map = {
|
||||
'tftpd-hpa' : 'tftp-server',
|
||||
'apache2': 'httpd',
|
||||
'libapache2-mod-wsgi': 'mod_wsgi',
|
||||
'libffi-dev': 'libffi-devel',
|
||||
}
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
|
@ -27,6 +27,7 @@ package_map = {
|
||||
'openssh-client': 'openssh-clients',
|
||||
'default-jre': 'java-1.7.0-openjdk',
|
||||
'tftpd-hpa' : 'tftp-server',
|
||||
'libffi-dev': 'libffi-devel',
|
||||
}
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
|
Loading…
Reference in New Issue
Block a user