From ce8d42817e2dad351971aa7ef6ed256dbc7f2247c156799c958822e6693c6fe4 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 18 Jan 2023 10:56:16 +0000 Subject: [PATCH] - Remove not needed python-six dependency - Add required dep for testing python-pdm-pep517 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=11 --- python-flufl.i18n.changes | 6 ++++++ python-flufl.i18n.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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