2025-05-27 08:41:09 +00:00
committed by Git OBS Bridge
parent 61cc824fbd
commit 7579daffc5
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Fri May 23 13:03:09 UTC 2025 - Edgar Aichinger <edogawa@aon.at>
in the build environment (neither stand-alone version is installed
nor it is provided as part of setuptools). (#908)
* For versions 2025.0-3 see the complete changelog in CHANGELOG.rst.
- Update runtime requirements
-------------------------------------------------------------------
Tue Jan 7 09:49:19 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -34,11 +34,13 @@ URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Source: https://files.pythonhosted.org/packages/source/p/pyinstaller_hooks_contrib/pyinstaller_hooks_contrib-%{version}.tar.gz
# conftest.py not present in the tarball
Source1: https://raw.githubusercontent.com/pyinstaller/pyinstaller-hooks-contrib/refs/heads/master/tests/conftest.py
BuildRequires: %{python_module setuptools >= 30.3.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 30.3.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging
Requires: python-setuptools
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module PyInstaller}