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.
epel9
Benjamin A. Beasley 3 years ago
parent 6e8dd0b1ee
commit 3a7a7a032a

@ -68,7 +68,6 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%files -n python3-soupsieve -f %{pyproject_files} %files -n python3-soupsieve -f %{pyproject_files}
%doc README.md %doc README.md
%{python3_sitelib}/soupsieve-%{version}.dist-info/license_files/
%changelog %changelog
%autochangelog %autochangelog

Loading…
Cancel
Save