14
0

Accepting request 721737 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/721737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textfsm?expand=0&rev=3
This commit is contained in:
2019-08-09 14:53:36 +00:00
committed by Git OBS Bridge
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