mod_python was retired in f18, rely on mod_wsgi?
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 31 Jan 2013 10:55:02 +0000 (11:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 31 Jan 2013 10:55:02 +0000 (11:55 +0100)
PLCAPI.spec

index ff38f08..cb4f3e3 100644 (file)
@@ -27,7 +27,9 @@ Requires: postgresql-python
 Requires: python-psycopg2
 Requires: python-pycurl
 Requires: httpd
+%if "%{distro}" == "Fedora" && %{distrorelease} <= 18
 Requires: mod_python
+%endif
 # mod_wsgi will replace mod_python when we are ready
 Requires: mod_wsgi
 Requires: mod_ssl