From 81ddf5733c9ae3bd6f1ab8a2ed5ca255c954eb86 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Jun 25 2020 08:14:17 +0000 Subject: add python3-setuptools to BuildRequires --- diff --git a/python-ndg_httpsclient.spec b/python-ndg_httpsclient.spec index 6f8f1cb..29955c6 100644 --- a/python-ndg_httpsclient.spec +++ b/python-ndg_httpsclient.spec @@ -1,7 +1,7 @@ %global pypi_name ndg_httpsclient Name: python-%{pypi_name} Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL License: BSD @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: python3-pyasn1 >= 0.1.1 BuildRequires: python3-devel BuildRequires: python3-pyOpenSSL +BuildRequires: python3-setuptools BuildRequires: openssl BuildRequires: /usr/bin/killall @@ -64,6 +65,9 @@ grep -qv python2 %{buildroot}%{_bindir}/ndg_httpclient %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/ %changelog +* Thu Jun 25 2020 Felix Schwarz - 0.5.1-7 +- add python3-setuptools to BuildRequires + * Tue May 26 2020 Miro HronĨok - 0.5.1-6 - Rebuilt for Python 3.9