15
0

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=43
This commit is contained in:
2025-04-14 05:42:59 +00:00
committed by Git OBS Bridge
parent e9c06c04aa
commit f126d0cae4
2 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,6 @@ $python -mpytest tests/clients
%doc README.rst
%license LICENSE
%{python_sitelib}/%{modname}
%{python_sitelib}/%{modname}-%{version}.dist-info
%{python_sitelib}/[Aa]uthlib-%{version}.dist-info
%changelog