15
0

- Remove not needed dependency typing_extensions, just needed for

python < 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=13
This commit is contained in:
2023-03-24 11:26:10 +00:00
committed by Git OBS Bridge
parent 9744344dc0
commit ac139f1b27
2 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-async_timeout
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-async_timeout
Version: 4.0.2
@@ -30,10 +29,8 @@ BuildRequires: %{python_module base >= 3.5.3}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-typing_extensions
Provides: python-async-timeout = %{version}
Obsoletes: python-async-timeout < %{version}
BuildArch: noarch
@@ -60,6 +57,7 @@ sed -i -e '/addopts/d' setup.cfg
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/async_timeout
%{python_sitelib}/async_timeout-%{version}*-info
%changelog