From 6f2d0d0b8b00a602d7df24156d9ebf0ba5abe61dfa1822bd3a681fa94902f559 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 22 Jun 2025 16:26:06 +0000 Subject: [PATCH] - Move dependencies: we need pyxdg even in non-testing context. OBS-URL: https://build.opensuse.org/package/show/security:privacy/python-pass-git-helper?expand=0&rev=9 --- python-pass-git-helper.changes | 5 +++++ python-pass-git-helper.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pass-git-helper.changes b/python-pass-git-helper.changes index 9bf6b71..e52c3c0 100644 --- a/python-pass-git-helper.changes +++ b/python-pass-git-helper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 22 16:25:44 UTC 2025 - Matej Cepl + +- Move dependencies: we need pyxdg even in non-testing context. + ------------------------------------------------------------------- Fri Apr 11 12:48:10 UTC 2025 - Dirk Müller diff --git a/python-pass-git-helper.spec b/python-pass-git-helper.spec index 5791037..8c912dd 100644 --- a/python-pass-git-helper.spec +++ b/python-pass-git-helper.spec @@ -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