14
0
forked from pool/python-PyJWT

- Wrap the metadata directory name in a distro-based conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=80
This commit is contained in:
2025-04-01 12:53:05 +00:00
committed by Git OBS Bridge
parent 891f918fef
commit 8892bd0fd9
2 changed files with 9 additions and 0 deletions

View File

@@ -63,6 +63,10 @@ donttest+=" or test_ec_to_jwk_with_invalid_curve"
%license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitelib}/jwt
%if 0%{?suse_version} > 1600
%{python_sitelib}/pyjwt-%{version}.dist-info
%else
%{python_sitelib}/PyJWT-%{version}.dist-info
%endif
%changelog