Accepting request 904566 from M17N:l10n.opensuse.org:Django-3.2
- Adjust requirements to work also on Leap OBS-URL: https://build.opensuse.org/request/show/904566 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asgiref?expand=0&rev=10
This commit is contained in:
parent
86fdb6829d
commit
de59afa749
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 09:46:52 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Adjust requirements to work also on Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 5 17:30:59 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -29,13 +29,17 @@ BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%if %{?suse_version} < 1540
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
%else
|
||||
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
|
||||
%endif
|
||||
%if 0%{python_version_nodots} < 38
|
||||
Requires: python-typing_extensions
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user