Python3 is not for RHEL7.

This commit is contained in:
Benjamin Lefoul 2017-01-31 21:39:55 +01:00
parent da9fd954ab
commit e0f635b9c2

View File

@ -4,15 +4,13 @@
%define realname PyICU
Name: pyicu
Version: 1.5
Release: 18%{?dist}
Release: 19%{?dist}
Summary: Python extension wrapping IBM's ICU C++ libraries
Group: Development/Tools
License: MIT
URL: http://pyicu.osafoundation.org/
Source0: http://pypi.python.org/packages/source/P/%{realname}/%{realname}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: libicu
@ -86,6 +84,9 @@ rm -rf %{buildroot}%{python2_sitearch}/tests %{buildroot}%{python3_sitearch}/tes
%{python3_sitearch}/*
%changelog
* Tue Jan 31 2017 Benjamin Lefoul <lef@fedoraproject.org> - 1.5-19
- Python2 for RHEL7
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5-18
- Rebuild for Python 3.6