From a556984bbdb38071997c209da4ae3171a1eff3c2 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 31 Dec 2023 12:27:13 -0500 Subject: [PATCH] Assert that %pyproject_files contains a license file --- python-flexparser.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flexparser.spec b/python-flexparser.spec index 7b2deaf..e81fcf3 100644 --- a/python-flexparser.spec +++ b/python-flexparser.spec @@ -42,7 +42,7 @@ sed -r -i 's/^([[:blank:]]*)("pytest-cov")/\1# \2/' pyproject.toml %install %pyproject_install -%pyproject_save_files flexparser +%pyproject_save_files -l flexparser # Upstream probably doesn’t want to install flexparser.testsuite, but we don’t # know how to suggest a fix given “[BUG] options.packages.find.exclude not