Add python3-devel to BuildRequires
This commit is contained in:
parent
b43faa882a
commit
35e7cd03c8
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue