Remove obsolete workaround for rhbz#1985340
This was fixed in pyproject-rpm-macros 1.1.0; now the workaround produces duplicates in the file list. Additionally, the license file directory in dist-info is renamed from “license_files” to “licenses” in hatchling 1.5.0, so the workaround would cause FTBFS.
This commit is contained in:
parent
6e8dd0b1ee
commit
3a7a7a032a
@ -68,7 +68,6 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
|
||||
|
||||
%files -n python3-soupsieve -f %{pyproject_files}
|
||||
%doc README.md
|
||||
%{python3_sitelib}/soupsieve-%{version}.dist-info/license_files/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user