From 8313b199d364754e92d1e076478bc84cb39dc090 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 23 Jun 2020 20:33:19 +0200 Subject: [PATCH] explicitly require python3-setuptools for build ... as requested at: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/ --- python-pycurl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index a154374..9319dd0 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -20,7 +20,7 @@ Name: python-%{modname} Version: 7.43.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -75,6 +75,7 @@ Summary: Python interface to libcurl for Python 3 BuildRequires: python3-devel BuildRequires: python3-bottle BuildRequires: python3-nose +BuildRequires: python3-setuptools Requires: libcurl%{?_isa} >= %{libcurl_ver} %description -n python3-%{modname} @@ -156,6 +157,9 @@ rm -fv tests/fake-curl/libcurl/*.so %endif %changelog +* Tue Jun 23 2020 Kamil Dudka - 7.43.0.5-3 +- explicitly require python3-setuptools for build + * Sat May 23 2020 Miro HronĨok - 7.43.0.5-2 - Rebuilt for Python 3.9