- 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
This commit is contained in:
Daniel Garcia 2023-01-18 10:56:16 +00:00 committed by Git OBS Bridge
parent 8d423cdf9a
commit ce8d42817e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 18 10:55:15 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed python-six dependency
- Add required dep for testing python-pdm-pep517
-------------------------------------------------------------------
Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -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