- Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=24
This commit is contained in:
parent
a97cb15d06
commit
07665f7977
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 11:22:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix build without python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 9 15:04:41 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Nov 9 15:04:41 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bokeh
|
# spec file for package python-bokeh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,6 +20,7 @@
|
|||||||
# Tests fail due to missing git data,
|
# Tests fail due to missing git data,
|
||||||
# and building the JS from source doesn't work
|
# and building the JS from source doesn't work
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
%bcond_without python2
|
||||||
Name: python-bokeh
|
Name: python-bokeh
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -39,7 +40,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module six >= 1.5.2}
|
BuildRequires: %{python_module six >= 1.5.2}
|
||||||
BuildRequires: %{python_module tornado >= 4.3}
|
BuildRequires: %{python_module tornado >= 4.3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-futures >= 3.0.3
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildConflicts: python-buildservice-tweak
|
BuildConflicts: python-buildservice-tweak
|
||||||
Requires: python-Jinja2 >= 2.7
|
Requires: python-Jinja2 >= 2.7
|
||||||
@ -58,6 +58,9 @@ Recommends: python-networkx
|
|||||||
Recommends: python-pscript
|
Recommends: python-pscript
|
||||||
Recommends: python-vincent
|
Recommends: python-vincent
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if %{with python2}
|
||||||
|
BuildRequires: python-futures >= 3.0.3
|
||||||
|
%endif
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module beautifulsoup4}
|
BuildRequires: %{python_module beautifulsoup4}
|
||||||
BuildRequires: %{python_module boto}
|
BuildRequires: %{python_module boto}
|
||||||
|
Loading…
Reference in New Issue
Block a user