Merge "Honor PYTHON3_VERSION for mod_wsgi rpm installation"
diff --git a/lib/apache b/lib/apache
index 744c0f1..5ab74b7 100644
--- a/lib/apache
+++ b/lib/apache
@@ -137,7 +137,7 @@
install_package libapache2-mod-wsgi-py3
elif is_fedora; then
sudo rm -f /etc/httpd/conf.d/000-*
- install_package httpd python3-mod_wsgi
+ install_package httpd python${PYTHON3_VERSION}-mod_wsgi
# rpm distros dont enable httpd by default so enable it to support reboots.
sudo systemctl enable httpd
# For consistency with Ubuntu, switch to the worker mpm, as