14
0
Tomáš Chvátal
2018-07-20 11:53:09 +00:00
committed by Git OBS Bridge
parent 673f9eb684
commit a97c2f98fa

View File

@@ -16,6 +16,7 @@
#
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-textfsm
Version: 0.4.1
@@ -32,9 +33,11 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Conflicts: python2-texttable
Conflicts: python3-texttable
Conflicts: python-texttable
BuildArch: noarch
%ifpython2
Conflicts: %{oldpython}-texttable
%endif
%python_subpackages
%description