Add apache and mod_wsgi to Fedora's package map

We need this for the Horizon element (which should work both on debian and
fedora-based distros).

Change-Id: I3a1dacbd1823abe051ba977b92b67ed27423f405
Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
This commit is contained in:
Tomas Sedovic 2013-10-23 15:23:42 +02:00
parent 1adb4072b8
commit 1c132f6aa5
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ package_map = {
'libmysql-java' : 'mysql-connector-java',
'default-jre' : 'java',
'atftpd' : 'tftp-server',
'apache2': 'httpd',
'libapache2-mod-wsgi': 'mod_wsgi',
}
for arg in sys.argv[1:]: