17
0

Accepting request 1152066 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1152066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gvm-tools?expand=0&rev=11
This commit is contained in:
2024-02-27 21:48:40 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 07:10:34 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Remove unneeded call to find -name '*.snap' | xargs rm
-------------------------------------------------------------------
Sat Jan 20 19:39:26 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -32,7 +32,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-gvm >= 23.4.2
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
@@ -72,8 +72,7 @@ without programming in Python.
%python_uninstall_alternative gvm-cli
%check
%{python_expand find -name '*.snap' | xargs rm
export PYTHONPATH=%{buildroot}%{$python_sitelib}
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
export PYTHONDONTWRITEBYTECODE=1
py.test-%{$python_version} -vv --ignore-glob=_build.*
}