17
0

- Do not pull python2 deps without python2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-04-23 11:21:20 +00:00
committed by Git OBS Bridge
parent e6fdac8bfb
commit ad158ab328
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 11:20:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not pull python2 deps without python2
-------------------------------------------------------------------
Mon Jun 17 11:18:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cli-helpers
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-cli-helpers
Version: 1.2.1
Release: 0
@@ -43,7 +44,7 @@ BuildRequires: %{python_module pytest >= 3.0.7}
BuildRequires: %{python_module tabulate >= 0.8.2}
BuildRequires: %{python_module terminaltables >= 3.0.0}
BuildRequires: %{python_module wcwidth}
%ifpython2
%if %{with python2}
BuildRequires: python2-backports.csv >= 1.0.0
%endif
# /SECTION