17
0

Accepting request 1287718 from security:privacy

- Move dependencies: we need pyxdg even in non-testing context.

OBS-URL: https://build.opensuse.org/request/show/1287718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pass-git-helper?expand=0&rev=5
This commit is contained in:
2025-06-23 13:04:41 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 22 16:25:44 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Move dependencies: we need pyxdg even in non-testing context.
-------------------------------------------------------------------
Fri Apr 11 12:48:10 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -32,13 +32,13 @@ Source: https://github.com/languitar/%{modname}/archive/refs/tags/v%{ver
BuildRequires: %{python_module base}
BuildRequires: %{python_module dataclasses >= 0.7 if %python-base < 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyxdg}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pyxdg}
# /SECTION
%endif
BuildRequires: fdupes