From 70d8d3745d865334398877a74facc36562714cbc Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 6 Nov 2019 14:55:33 +0100 Subject: [PATCH] Build require python-setuptools --- pycairo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pycairo.spec b/pycairo.spec index 0735242..90fa40c 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -1,6 +1,6 @@ Name: pycairo Version: 1.18.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for the cairo library License: MPLv1.1 or LGPLv2 @@ -11,8 +11,10 @@ BuildRequires: cairo-devel BuildRequires: gcc BuildRequires: pkgconfig BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-pytest +BuildRequires: python3-setuptools %description Python bindings for the cairo library. @@ -92,6 +94,9 @@ libraries so that they interoperate with py3cairo. %{_libdir}/pkgconfig/py3cairo.pc %changelog +* Wed Nov 06 2019 Petr Viktorin - 1.18.2-3 +- Build require python-setuptools + * Tue Oct 29 2019 Petr Viktorin - 1.18.2-2 - Do not run tests on Python 2