Add python3-devel to BuildRequires

This commit is contained in:
Petr Viktorin 2013-06-13 16:37:07 +02:00
commit 35e7cd03c8

View file

@ -7,7 +7,7 @@
Name: python-%{srcname}
Version: %{srcversion}
Release: 0.4.alpha1%{?dist}
Release: 0.4.alpha2%{?dist}
Summary: A cross-platform windowing and multimedia library for Python
License: BSD
@ -23,9 +23,7 @@ Source1: pyglet-get-tarball.sh
BuildArch: noarch
BuildRequires: python2-devel
%if 0%{?with_python3}
BuildRequires: python3-devel
%endif
Requires: python
%if 0%{?fedora} <= 18
@ -132,6 +130,9 @@ popd
%changelog
* Wed Jun 05 2013 Petr Viktorin <encukou@gmail.com> - 1.2-0.4.alpha2
- Add python3-devel to BuildRequires
* Wed Jun 05 2013 Petr Viktorin <encukou@gmail.com> - 1.2-0.4.alpha1
- Replace dos2unix by an additional sed command
- Remove bundled pypng, replace by a dependency in python-pillow