forked from pool/python-python-redmine
Accepting request 969352 from home:mcalabkova:branches:devel:languages:python
- do not take python2 into account, it is long dead... and drop mock requirement OBS-URL: https://build.opensuse.org/request/show/969352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redmine?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
67a0a633c8
commit
db3a713e07
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 08:29:30 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- do not take python2 into account, it is long dead... and drop mock requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 21:15:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-redmine
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-python-redmine
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
@@ -34,9 +33,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests >= 2.23.0
|
||||
BuildArch: noarch
|
||||
%if %{with python2}
|
||||
BuildRequires: python-mock
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user