4 Commits
epel9 ... f39

Author SHA1 Message Date
Benjamin A. Beasley
8f0f6d4760 Add setuptools to the runtime dependencies (fix RHBZ#2268986) 2024-03-11 09:14:59 -04:00
Benjamin A. Beasley
f3215b5f0b Fix sed-patch to remove BuildRequires on python3-pytest-cov
[skip changelog]
2024-01-05 09:49:53 -05:00
Benjamin A. Beasley
a1527d8d1e Assert that %pyproject_files contains a license file 2023-12-17 19:59:31 -05:00
Fedora Release Engineering
a5354800da Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 09:42:19 +00:00

View File

@@ -49,7 +49,7 @@ sed -r -i 's/^([[:blank:]]*)\b(pytest-cov)\b/\1# \2/' setup.cfg
%install
%pyproject_install
%pyproject_save_files flexcache
%pyproject_save_files -l flexcache
# Upstream probably doesnt want to install flexcache.testsuite, but we dont
# know how to suggest a fix given “[BUG] options.packages.find.exclude not
@@ -67,7 +67,6 @@ sed -r -i '/\/flexcache\/testsuite/d' %{pyproject_files}
%files -n python3-flexcache -f %{pyproject_files}
# pyproject_files handles AUTHORS and LICENSE; verify with “rpm -qL -p …”
%doc README.rst
%doc CHANGES