Fix python3 conditional block.

epel8
Ralph Bean 10 years ago
parent 4ab0cef72c
commit 172097dd27

@ -4,7 +4,7 @@
Name: python-zope-event Name: python-zope-event
Version: 4.0.3 Version: 4.0.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Zope Event Publication Summary: Zope Event Publication
Group: Development/Languages Group: Development/Languages
License: ZPLv2.1 License: ZPLv2.1
@ -15,8 +15,12 @@ BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
%if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%endif
BuildRequires: python-sphinx BuildRequires: python-sphinx
%description %description
@ -107,6 +111,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Oct 15 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-2
- Fix a python3 conditional block.
* Mon Jul 21 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-1 * Mon Jul 21 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-1
- Latest upstream. - Latest upstream.

Loading…
Cancel
Save