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:
@@ -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
|
||||
|
Reference in New Issue
Block a user