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