forked from pool/python-osc-tiny
Accepting request 810861 from home:pgajdos:python
- for python2, require python2-unittest2 and python2-mock for build OBS-URL: https://build.opensuse.org/request/show/810861 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
70d14b617c
commit
dd3392bd2e
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 14:00:34 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- for python2, require python2-unittest2 and python2-mock for build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 13:45:55 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-osc-tiny
|
||||
Version: 0.2.2
|
||||
Release: 0
|
||||
@@ -35,9 +36,11 @@ BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python-unittest2
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-unittest2
|
||||
%endif
|
||||
Requires: python-lxml
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz
|
||||
|
Reference in New Issue
Block a user