Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b305f1411 | |||
| 99d0731ca8 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 11:56:50 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix build and runtime requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 08:48:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -30,18 +30,17 @@ BuildRequires: %{python_module Werkzeug}
|
||||
BuildRequires: %{python_module jwcrypto}
|
||||
BuildRequires: %{python_module parameterized}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry}
|
||||
BuildRequires: %{python_module pyhcl >= 0.3.10}
|
||||
BuildRequires: %{python_module poetry-core >= 1}
|
||||
BuildRequires: %{python_module pyhcl >= 0.4.4}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.21.0}
|
||||
BuildRequires: %{python_module requests-mock}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pyhcl >= 0.3.10
|
||||
Requires: python-requests >= 2.21.0
|
||||
Requires: python-requests >= 2.27.1
|
||||
Recommends: python-pyhcl >= 0.4.4
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user