From 35e7cd03c8818e74d518b3c44899091bcde3ca07 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jun 13 2013 14:37:07 +0000 Subject: Add python3-devel to BuildRequires --- diff --git a/python-pyglet.spec b/python-pyglet.spec index ace7fc4..402627f 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -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 - 1.2-0.4.alpha2 +- Add python3-devel to BuildRequires + * Wed Jun 05 2013 Petr Viktorin - 1.2-0.4.alpha1 - Replace dos2unix by an additional sed command - Remove bundled pypng, replace by a dependency in python-pillow