Remove incorrect python3-dateutil test BuildRequires
In the latest tomli version, the test suite moved from pytest to unittest and removed the python-dateutil dependency [1]. This commit removes the python-dateutil BR but keeps the pytest BR so we can use %pytest as the test runner. [1]: https://github.com/hukkin/tomli/blob/master/CHANGELOG.md#201
This commit is contained in:
parent
11ac7e21ad
commit
0e786ce3a3
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A little TOML parser for Python
|
Summary: A little TOML parser for Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -17,10 +17,9 @@ BuildArch: noarch
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
# Upstream test requirements are in tests/requirements.txt,
|
# The test suite uses the stdlib's unittest framework, but we use %%pytest
|
||||||
# but they're mixed together with coverage ones. Tests only need:
|
# as the test runner.
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-dateutil
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
@ -90,6 +89,9 @@ grep '^Requires-Dist:' %{buildroot}%{python3_sitelib}/tomli-%{version}.dist-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 07 2022 Maxwell G <gotmax@e.email> - 2.0.1-5
|
||||||
|
- Remove incorrect python3-dateutil test BuildRequires
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user