From 4b8f77ae299bfb398b0208eb8ded3a98345f9e58c954c2d37039181087b5fd89 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 18 Apr 2023 06:47:41 +0000 Subject: [PATCH] - 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 --- python-tomlkit.changes | 5 +++++ python-tomlkit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 4d8f45e..2b709d0 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 18 06:47:33 UTC 2023 - Matej Cepl + +- Don't add dependency on full poetry, when poetry-core is enough. + ------------------------------------------------------------------- Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 5c33a2a..5077b66 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -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