forked from pool/rpmlint
Accepting request 1156720 from home:bnavigator:branches:devel:openSUSE:Factory:rpmlint
- Fix tomli requirement: It was never pulled in by obs explicitly but declared required in rpmbuild. Pytest removed the requirement that masked this issue.We actually don't need it with python >= 3.11 OBS-URL: https://build.opensuse.org/request/show/1156720 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1129
This commit is contained in:
parent
72d0200b02
commit
2f624dd003
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 12:48:45 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix tomli requirement: It was never pulled in by obs explicitly
|
||||
but declared required in rpmbuild. Pytest removed the requirement
|
||||
that masked this issue.We actually don't need it with
|
||||
python >= 3.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 08 12:28:46 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@ -51,9 +51,7 @@ BuildRequires: python3-pytest-xdist
|
||||
BuildRequires: python3-python-magic
|
||||
BuildRequires: python3-pyxdg
|
||||
BuildRequires: python3-rpm
|
||||
%if 0%{?python3_version_nodots < 311}
|
||||
BuildRequires: python3-tomli
|
||||
%endif
|
||||
BuildRequires: (python3-tomli if python3-base < 3.11)
|
||||
BuildRequires: python3-tomli-w
|
||||
BuildRequires: python3-zstandard
|
||||
BuildRequires: xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user