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