forked from pool/python-APScheduler
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:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user