Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
1c978d0810 |
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 09:24:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove unused docs dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:21:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-aiohttp_cors
|
||||
#
|
||||
# Copyright (c) 2024 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,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiohttp_cors
|
||||
Version: 0.7.0
|
||||
@@ -33,11 +34,13 @@ Patch3: 412.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-aiohttp >= 1.1
|
||||
Requires: python >= 3.4.2
|
||||
Requires: python-async_timeout >= 2.0.0
|
||||
Requires: python-chardet
|
||||
Requires: python-multidict >= 3.3.0
|
||||
Requires: python-yarl >= 0.13.0
|
||||
Recommends: python-aiodns
|
||||
Recommends: python-cChardet
|
||||
Suggests: %{name}-doc
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module aiohttp >= 1.1}
|
||||
@@ -49,6 +52,12 @@ BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-timeout}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module yarl >= 0.13.0}
|
||||
# /SECTION
|
||||
# SECTION docs
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-sphinxcontrib-asyncio
|
||||
BuildRequires: python3-sphinxcontrib-newsfeed
|
||||
# /SECTION
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user