14
0
forked from pool/python-pyee

Accepting request 882451 from home:bnavigator:branches:devel:languages:python

- make build requirement specification fit for python39 flavor

OBS-URL: https://build.opensuse.org/request/show/882451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=18
This commit is contained in:
2021-04-01 10:32:08 +00:00
committed by Git OBS Bridge
parent 393fc7a024
commit b8e741e90a
2 changed files with 7 additions and 2 deletions

View File

@@ -35,8 +35,8 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: (python38-pytest-trio if python38-base else (python3-pytest-trio if python3-base >= 3.7))
BuildRequires: (python38-trio if python38-base else (python3-trio if python3-base >= 3.7))
BuildRequires: %{python_module pytest-trio if %python-base >= 3.7}
BuildRequires: %{python_module trio if %python-base >= 3.7}
# /SECTION
%python_subpackages