15
0

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=33
This commit is contained in:
2025-04-01 12:43:17 +00:00
committed by Git OBS Bridge
parent 649e54a0ec
commit 2daabfaee0
2 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,6 @@ export COVERAGE=1
%license LICENSE
%doc README.md
%{python_sitelib}/pympler
%{python_sitelib}/pympler-%{version}.dist-info
%{python_sitelib}/[pP]ympler-%{version}.dist-info
%changelog