Accepting request 1160065 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/1160065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adal?expand=0&rev=12
This commit is contained in:
commit
78114356b9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 09:56:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Drop definition of BuildRoot
|
||||
- Limit Python files matched in %files section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 08:33:35 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-adal
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,7 +37,6 @@ Requires: python-PyJWT >= 1.0.0
|
||||
Requires: python-cryptography >= 1.1.0
|
||||
Requires: python-python-dateutil >= 2.1.0
|
||||
Requires: python-requests >= 2.0.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@ -60,6 +59,7 @@ cp %{SOURCE1} HISTORY.txt
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc HISTORY.txt README.md
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/adal
|
||||
%{python_sitelib}/adal-*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user