diff --git a/python-flufl.i18n.changes b/python-flufl.i18n.changes index 47331ad..26ecce0 100644 --- a/python-flufl.i18n.changes +++ b/python-flufl.i18n.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 16 15:53:36 UTC 2024 - Markéta Machová + +- Drop unneeded pdm dependency + ------------------------------------------------------------------- Fri Jan 5 17:20:10 UTC 2024 - Dirk Müller diff --git a/python-flufl.i18n.spec b/python-flufl.i18n.spec index 048d4e9..7b9baa9 100644 --- a/python-flufl.i18n.spec +++ b/python-flufl.i18n.spec @@ -24,13 +24,12 @@ Summary: High level API for internationalizing Python libraries and appli License: Apache-2.0 URL: https://gitlab.com/warsaw/flufl.i18n Source: https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl_i18n-%{version}.tar.gz -BuildRequires: %{python_module pdm} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module atpublic} -BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sybil}