add workaround for setuptools version
This commit is contained in:
parent
a87babb75b
commit
38c8624d3d
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ BuildRequires: python%{python3_pkgversion}-devel
|
|||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
# to remove incompatible setuptools license field
|
||||
BuildRequires: tomcli
|
||||
|
||||
%description
|
||||
%{common_desc}
|
||||
|
||||
|
|
@ -37,6 +40,7 @@ Obsoletes: python2-%{upname} <= %{version}-%{release}
|
|||
|
||||
%prep
|
||||
%autosetup -n %{upname}-%{version}
|
||||
tomcli set pyproject.toml del project.license
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue