Remove unused build dependency on python-sure

epel9
Miro Hrončok 4 years ago
parent da8be3f62b
commit b51fffdf93

@ -3,7 +3,7 @@
Name: python-freezegun
Version: 1.0.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: %{sum}
License: ASL 2.0
@ -27,7 +27,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-six
BuildRequires: python3-dateutil >= 2.7
BuildRequires: python3-sure
BuildRequires: python3-pytest
%{?python_provide:%python_provide python3-freezegun}
@ -65,6 +64,9 @@ pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_m
%{python3_sitelib}/%{modname}-%{version}-*
%changelog
* Mon Jun 21 2021 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-6
- Remove unused build dependency on python-sure
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.0.0-5
- Rebuilt for Python 3.10

Loading…
Cancel
Save