From 3e0940960a0fa68c75ea5376f1e8622e4103897d Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 3 Jul 2017 13:56:36 +0200 Subject: [PATCH] Fix unversioned Python BuildRequires --- python-six.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-six.spec b/python-six.spec index 3a3eec9..4ef15c2 100644 --- a/python-six.spec +++ b/python-six.spec @@ -6,7 +6,7 @@ Name: python-%{modname} Version: 1.10.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -28,11 +28,11 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools # Testing BuildRequires: python2-pytest -BuildRequires: tkinter +BuildRequires: python2-tkinter %if 0%{?build_wheel} BuildRequires: python2-pip -BuildRequires: python-wheel +BuildRequires: python2-wheel %endif %description -n python2-%{modname} %{_description} @@ -103,6 +103,9 @@ py.test-3 -rfsxX test_six.py %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Mon Jul 03 2017 Petr Viktorin - 1.10.0-9 +- Fix unversioned Python BuildRequires + * Mon Feb 13 2017 Charalampos Stratakis - 1.10.0-8 - Rebuild as wheel