From 096c73a057859b5fc56dbb63e5eae2b34e6515b1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 29 Nov 2012 10:15:29 -0500 Subject: [PATCH] Added dependency on python-zope-event. --- python-zope-interface.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index c0c10e1..9ad38a9 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -8,7 +8,7 @@ Name: python-zope-interface Version: 4.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -16,14 +16,19 @@ URL: http://pypi.python.org/pypi/zope.interface Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools +BuildRequires: python-zope-event # since F14 Obsoletes: python-zope-filesystem <= 1-8 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-zope-event %endif +Requires: python3-zope-event + + %description Interfaces are a mechanism for labeling objects as conforming to a given API or contract. @@ -35,6 +40,8 @@ This is a separate distribution of the zope.interface package used in Zope 3. Summary: Zope 3 Interface Infrastructure Group: Development/Libraries +Requires: python3-zope-event + %description -n python3-zope-interface Interfaces are a mechanism for labeling objects as conforming to a given API or contract. @@ -116,6 +123,9 @@ popd %{python3_sitearch}/zope.interface-*-nspkg.pth %changelog +* Thu Nov 29 2012 Ralph Bean - 4.0.2-2 +- Added dependency on python-zope-event + * Wed Nov 28 2012 Ralph Bean - 4.0.2-1 - Latest upstream release. - Python3 subpackage.