From 8d75132f8bfe3a879227408d217a534032bec780 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 26 2020 18:40:10 +0000 Subject: * Fri Jun 26 2020 Fabian Affolter - 0.6.4-3 - Add python3-setuptools as BR --- diff --git a/python-luftdaten.spec b/python-luftdaten.spec index bec24d9..ae027c3 100644 --- a/python-luftdaten.spec +++ b/python-luftdaten.spec @@ -2,8 +2,8 @@ Name: python-%{pypi_name} Version: 0.6.4 -Release: 2%{?dist} -Summary: A Python API wrapper for interacting with luftdaten.info +Release: 3%{?dist} +Summary: Python API wrapper for interacting with luftdaten.info License: MIT URL: https://github.com/fabaff/python-luftdaten @@ -17,6 +17,7 @@ A Python API wrapper for interacting with luftdaten.info Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -38,6 +39,9 @@ A Python API wrapper for interacting with luftdaten.info. %{python3_sitelib}/%{pypi_name}*.egg-info %changelog +* Fri Jun 26 2020 Fabian Affolter - 0.6.4-3 +- Add python3-setuptools as BR + * Tue May 26 2020 Miro HronĨok - 0.6.4-2 - Rebuilt for Python 3.9