- Don't add dependency on full poetry, when poetry-core is enough.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=26
This commit is contained in:
Matej Cepl 2023-04-18 06:47:41 +00:00 committed by Git OBS Bridge
parent 7878cd31d2
commit 4b8f77ae29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 18 06:47:33 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Don't add dependency on full poetry, when poetry-core is enough.
-------------------------------------------------------------------
Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@ URL: https://github.com/sdispater/tomlkit
Source: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz
BuildRequires: %{python_module PyYAML >= 6.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes