14
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-01 11:47:41 +00:00
committed by Git OBS Bridge
parent 365921ea1a
commit cea913f66a
2 changed files with 8 additions and 0 deletions

View File

@@ -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 Wed Jul 31 13:48:06 UTC 2019 - pgajdos@suse.com

View File

@@ -35,6 +35,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-future Requires: python-future
Requires: python-six Requires: python-six
%ifpython2
Requires: python-future
%endif
Conflicts: python-texttable Conflicts: python-texttable
BuildArch: noarch BuildArch: noarch
%ifpython2 %ifpython2