Add gcc to BuildRequires

https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
This commit is contained in:
Marcin Zajączkowski 2018-07-12 20:11:00 +02:00
parent 3cd03b7aac
commit 3e584e38e1

View File

@ -2,12 +2,13 @@
Name: pyxattr
Summary: Extended attributes library wrapper for Python
Version: 0.5.3
Release: 17%{?dist}
Release: 18%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://pyxattr.k1024.org/
Source: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Patch0: 0001-use-Py_ssize_t.patch
BuildRequires: gcc
BuildRequires: libattr-devel
BuildRequires: python2-devel, python2-setuptools
%if %{?with_python3}
@ -97,6 +98,9 @@ popd
%endif # with_python3
%changelog
* Thu Jul 12 2018 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.3-18
- Add gcc to BuildRequires - https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.3-17
- Rebuilt for Python 3.7