Add missing BR: python3-setuptools

This commit is contained in:
Parag Nemade 2020-06-24 10:51:31 +05:30
parent 152e9175a7
commit 3c7070b336
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 2.4.11
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Python's Filesystem abstraction layer
License: MIT
@ -12,6 +12,7 @@ Patch0: fix-for-py3.9-release.patch
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3dist(appdirs)
BuildRequires: python3dist(pytz)
@ -54,6 +55,9 @@ Summary: %{summary}
%{python3_sitelib}/%{srcname}/
%changelog
* Wed Jun 24 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.4.11-5
- Add missing BR: python3-setuptools
* Mon Jun 01 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.4.11-4
- Disable few tests temporary for now (rhbz#1820916, rhbz#1841708)