From 5d167c781d801b73acbc48bceaab085870724ee3 Mon Sep 17 00:00:00 2001 From: ishcherb Date: Thu, 10 Aug 2017 08:25:35 +0000 Subject: [PATCH] Use versioned python prefix for python-setuptools --- python-pyglet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 3919da0..8296546 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -22,7 +22,7 @@ Source1: pyglet-get-tarball.sh BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools