14
0

Accepting request 546265 from home:seanmarlow:branches:devel:languages:python

Fix six version requirement. >= 1.4.0.
Futures is only required for python2.

OBS-URL: https://build.opensuse.org/request/show/546265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=15
This commit is contained in:
2017-11-28 17:07:26 +00:00
committed by Git OBS Bridge
parent f92bccaa66
commit 503bebbc62
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 28 16:40:20 UTC 2017 - sean.marlow@suse.com
- Fix six version requirement. >= 1.4.0.
-------------------------------------------------------------------
Mon Nov 27 20:07:26 UTC 2017 - sean.marlow@suse.com
- Futures is only required for python2.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 7 19:30:49 UTC 2017 - sean.marlow@suse.com Thu Sep 7 19:30:49 UTC 2017 - sean.marlow@suse.com

View File

@@ -34,10 +34,10 @@ BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%ifpython2 %ifpython2
Requires: python2-funcsigs Requires: python2-funcsigs
Requires: python2-futures
%endif %endif
Requires: python-futures
Requires: python-pytz Requires: python-pytz
Requires: python-six Requires: python-six >= 1.4.0
Requires: python-tzlocal >= 1.2 Requires: python-tzlocal >= 1.2
BuildArch: noarch BuildArch: noarch