forked from pool/python-ntfy
- Stop using %pyunittest as this seems to cause build failures on
Leap OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntfy?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
b8838645a6
commit
9f0de0069b
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 19:46:43 UTC 2022 - Matthias Bach <marix@marix.org>
|
||||
|
||||
- Stop using %pyunittest as this seems to cause build failures on
|
||||
Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 10:53:45 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ntfy
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2020 Matthias Bach <marix@marix.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -41,7 +41,7 @@ Requires: python-appdirs
|
||||
Requires: python-requests
|
||||
Requires: python-ruamel.yaml
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Suggests: python-dnspython3
|
||||
Suggests: python-emoji
|
||||
Suggests: python-instapush
|
||||
@@ -78,7 +78,7 @@ Quickstart
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/ntfy*
|
||||
|
||||
%check
|
||||
%pyunittest discover -v
|
||||
%python_exec -m unittest discover -v
|
||||
|
||||
%post
|
||||
%python_install_alternative ntfy
|
||||
|
||||
Reference in New Issue
Block a user