From 3a7a7a032abcc00f3279c9dcf657640df45886df Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 11 Jul 2022 10:13:28 -0400 Subject: [PATCH] Remove obsolete workaround for rhbz#1985340 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- python-soupsieve.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 3c48a9b..cf48d83 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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