- Only build Python3 flavors for distributions 15 and greater
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-adal?expand=0&rev=11
This commit is contained in:
parent
d4810b23a3
commit
a83ccb5a6c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
- Only build Python3 flavors for distributions 15 and greater
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 11:59:56 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Nov 20 11:59:56 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
%define skip_python2 1
|
||||||
|
%endif
|
||||||
Name: python-adal
|
Name: python-adal
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user