17
0

Compare commits

1 Commits

Author SHA256 Message Date
a578c0754b Use poetry-core for building, rather than poetry. 2026-01-19 15:06:04 +11:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 19 04:05:49 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Use poetry-core for building, rather than poetry.
-------------------------------------------------------------------
Wed Sep 3 01:15:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -25,8 +25,7 @@ URL: https://github.com/pytest-dev/pytest-bdd
Source: https://github.com/pytest-dev/pytest-bdd/archive/%{version}.tar.gz#/pytest-bdd-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Mako