14
0

Accepting request 1072756 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1072756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-validators?expand=0&rev=17
This commit is contained in:
2023-03-19 15:16:35 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 17 10:44:31 UTC 2023 - pgajdos@suse.com
- python-six is not required
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 15 16:24:35 UTC 2022 - Mia Herkt <mia@0x0.st> Wed Jun 15 16:24:35 UTC 2022 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-validators # spec file for package python-validators
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -29,12 +29,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-decorator >= 3.4.0 Requires: python-decorator >= 3.4.0
Requires: python-six >= 1.4.0
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module decorator >= 3.4.0} BuildRequires: %{python_module decorator >= 3.4.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six >= 1.4.0}
# /SECTION # /SECTION
%python_subpackages %python_subpackages