Accepting request 866574 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/866574 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsproto?expand=0&rev=9
This commit is contained in:
commit
db077c8865
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 11:33:52 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Fix Tumbleweed Python 3.6 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 09:27:15 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -34,11 +34,12 @@ BuildArch: noarch
|
||||
%if 0%{?suse_version} <= 1520
|
||||
BuildRequires: %{python_module dataclasses}
|
||||
%endif
|
||||
BuildRequires: (python36-dataclasses if python36-base)
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module h11 >= 0.8.1}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%if 0%{?suse_version} <= 1520
|
||||
%if 0%{?python_version_nodots} <= 36
|
||||
Requires: python-dataclasses
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
Loading…
x
Reference in New Issue
Block a user