From 6ed9d4f9510b287c808abfaf99c7adfa8d1d5f4a Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Jul 27 2010 17:21:04 +0000 Subject: - Remove some requires so that we will work on python-2.7. The other libraries have not yet been rebuilt for python-2.7 --- diff --git a/python-fedora.spec b/python-fedora.spec index eeae32a..b3e5fcb 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -2,7 +2,7 @@ Name: python-fedora Version: 0.3.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -16,13 +16,15 @@ BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: python-paver >= 1.0 BuildRequires: python-sphinx +# Disable python-cherrypy2 until we get that package rebuilt for python-2.7 %if 0%{?fedora} >= 9 || 0%{?rhel} > 5 -BuildRequires: python-cherrypy2 +#BuildRequires: python-cherrypy2 %else -BuildRequires: python-cherrypy +#BuildRequires: python-cherrypy %endif BuildRequires: python-babel -BuildRequires: TurboGears2 +# Disable the following until we get it built for python-2.7 +#BuildRequires: TurboGears2 BuildRequires: python-nose Requires: python-simplejson Requires: python-bugzilla @@ -67,6 +69,10 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Tue Jul 27 2010 Toshio Kuratomi - 0.3.20-3 +- Remove some requires so that we will work on python-2.7. The other libraries + have not yet been rebuilt for python-2.7 + * Thu Jul 22 2010 David Malcolm - 0.3.20-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild