diff --git a/python-flufl.i18n.changes b/python-flufl.i18n.changes index 58d298a..84d3cc1 100644 --- a/python-flufl.i18n.changes +++ b/python-flufl.i18n.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 18 10:55:15 UTC 2023 - Daniel Garcia + +- Remove not needed python-six dependency +- Add required dep for testing python-pdm-pep517 + ------------------------------------------------------------------- Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-flufl.i18n.spec b/python-flufl.i18n.spec index b2b99e8..07f4858 100644 --- a/python-flufl.i18n.spec +++ b/python-flufl.i18n.spec @@ -1,7 +1,7 @@ # # spec file for package python-flufl.i18n # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flufl.i18n Version: 4.1.1 Release: 0 @@ -31,9 +30,9 @@ BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module atpublic} +BuildRequires: %{python_module pdm-pep517} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: %{python_module sybil} BuildRequires: %{python_module typing_extensions} # /SECTION