From 4b8214e66b8d24b1447697db9e5e21e76595b9c5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Feb 2013 09:27:03 +0100 Subject: [PATCH] require mod_wsgi *OR* mod_python --- PLCAPI.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index b31dfe86..48cbf261 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -27,11 +27,12 @@ Requires: postgresql-python Requires: python-psycopg2 Requires: python-pycurl Requires: httpd -%if "%{distro}" == "Fedora" && %{distrorelease} <= 17 +%if "%{distro}" == "Fedora" && %{distrorelease} < 16 Requires: mod_python -%endif +%else # mod_wsgi will replace mod_python when we are ready Requires: mod_wsgi +%endif Requires: mod_ssl Requires: SOAPpy Requires: python-simplejson -- 2.47.0