15
0

Accepting request 1141500 from home:alarrosa:branches:devel:languages:python

- Remove the file containing a Commercial license otherwise
  licensedigger rejects the dual-licensed package.
  See https://docs.authlib.org/en/latest/community/licenses.html .

OBS-URL: https://build.opensuse.org/request/show/1141500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=25
This commit is contained in:
2024-01-26 22:24:25 +00:00
committed by Git OBS Bridge
parent 20c41d0886
commit 5243ea9f58
2 changed files with 10 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ A Python library for building OAuth and OpenID Connect servers.
%prep
%setup -q -n %{modname}-%{version}
# Remove the file containing the commercial license so licensedigger
# doesn't complain about the dual license
rm COMMERCIAL-LICENSE
%build
%python_build