14
0

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

Fix package, Funcsigs is only required for Python2.

OBS-URL: https://build.opensuse.org/request/show/522145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=13
This commit is contained in:
2017-09-08 13:24:10 +00:00
committed by Git OBS Bridge
parent 2a12957487
commit f92bccaa66
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 7 19:30:49 UTC 2017 - sean.marlow@suse.com
- Funcsigs is only required for python2.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 28 17:29:11 UTC 2017 - bear454@opensuse.org Mon Aug 28 17:29:11 UTC 2017 - bear454@opensuse.org

View File

@@ -32,7 +32,9 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-funcsigs %ifpython2
Requires: python2-funcsigs
%endif
Requires: python-futures Requires: python-futures
Requires: python-pytz Requires: python-pytz
Requires: python-six Requires: python-six