Merge "Add mapping for libffi-dev"

This commit is contained in:
Jenkins 2013-11-13 11:13:31 +00:00 committed by Gerrit Code Review
commit 999829e15c
2 changed files with 2 additions and 0 deletions

View File

@ -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:]:

View File

@ -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:]: