Added dependency on python-zope-event.

epel8
Ralph Bean 12 years ago
parent 9882c0cbef
commit 096c73a057

@ -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 <rbean@redhat.com> - 4.0.2-2
- Added dependency on python-zope-event
* Wed Nov 28 2012 Ralph Bean <rbean@redhat.com> - 4.0.2-1
- Latest upstream release.
- Python3 subpackage.

Loading…
Cancel
Save