From cea913f66a058e4796f3500bfac94e12c3d7774ab63a592d7defb27bd2aec862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Aug 2019 11:47:41 +0000 Subject: [PATCH] Accepting request 720188 from home:pgajdos - require future for python2 OBS-URL: https://build.opensuse.org/request/show/720188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=11 --- python-textfsm.changes | 5 +++++ python-textfsm.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-textfsm.changes b/python-textfsm.changes index 75c8b18..8a80672 100644 --- a/python-textfsm.changes +++ b/python-textfsm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 1 11:38:10 UTC 2019 - pgajdos@suse.com + +- require future for python2 + ------------------------------------------------------------------- Wed Jul 31 13:48:06 UTC 2019 - pgajdos@suse.com diff --git a/python-textfsm.spec b/python-textfsm.spec index 2adf35c..1ef6915 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -35,6 +35,9 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-future Requires: python-six +%ifpython2 +Requires: python-future +%endif Conflicts: python-texttable BuildArch: noarch %ifpython2