From 539ba8666fd2902f86fa23d8ec05755871b4b83e Mon Sep 17 00:00:00 2001 From: Devrim GÜNDÜZ Date: Jan 24 2010 18:29:26 +0000 Subject: Add a comment about why zope subpackage is disabled. --- diff --git a/python-psycopg2.spec b/python-psycopg2.spec index f36c287..8482f33 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -2,6 +2,8 @@ %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +# Python 2.5+ is not supported by Zope, so it does not exist in +# recent Fedora releases. That's why zope subpackage is disabled. #%define ZPsycopgDAdir %{_localstatedir}/lib/zope/Products/ZPsycopgDA