forked from pool/python-wsproto
Accepting request 866563 from home:jayvdb:branches:devel:languages:python
- Fix Tumbleweed Python 3.6 build OBS-URL: https://build.opensuse.org/request/show/866563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=18
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user