Accepting request 841066 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/841066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsproto?expand=0&rev=6
This commit is contained in:
commit
cca1eb9e7a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 11 17:11:49 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Add missing runtime dependency on dataclasses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 10 14:36:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Sat Aug 10 14:36:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -27,9 +27,15 @@ Group: Development/Languages/Python
|
|||||||
URL: https://pypi.python.org/pypi/wsproto
|
URL: https://pypi.python.org/pypi/wsproto
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
%if 0%{?suse_version} <= 1520
|
||||||
|
BuildRequires: %{python_module dataclasses}
|
||||||
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-h11 >= 0.8.1
|
Requires: python-h11 >= 0.8.1
|
||||||
|
%if 0%{?suse_version} <= 1520
|
||||||
|
Requires: python-dataclasses
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user