- build websockify for all flavors
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=48
This commit is contained in:
parent
6def5e68da
commit
cad06eaf91
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 8 19:53:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- build websockify for all flavors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 27 11:25:10 UTC 2021 - pgajdos@suse.com
|
Fri Aug 27 11:25:10 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
# depends on openstack package mox3: only for primary python3 provider
|
%global skip_python2 1
|
||||||
%define pythons python3
|
|
||||||
Name: python-websockify
|
Name: python-websockify
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -28,15 +27,16 @@ URL: https://github.com/novnc/websockify
|
|||||||
Source: https://github.com/novnc/websockify/archive/v%{version}.tar.gz
|
Source: https://github.com/novnc/websockify/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
BuildRequires: %{python_module jwcrypto}
|
BuildRequires: %{python_module jwcrypto}
|
||||||
BuildRequires: %{python_module mox3}
|
|
||||||
BuildRequires: %{python_module numpy}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module redis}
|
BuildRequires: %{python_module redis}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module simplejson}
|
BuildRequires: %{python_module simplejson}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
|
||||||
|
%if %{python_version_nodots} > 36
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
|
%endif
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user