15
0

Accepting request 871402 from home:gladiac:mailman3

- The package Requires python-typing_extensions
- Add missing python-typing_extensions BuildRequires for tests

OBS-URL: https://build.opensuse.org/request/show/871402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=4
This commit is contained in:
2021-02-12 10:59:41 +00:00
committed by Git OBS Bridge
parent b486043225
commit a77f86764c
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 12 07:54:17 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- The package Requires python-typing_extensions
-------------------------------------------------------------------
Thu Feb 11 19:06:49 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Add missing python-typing_extensions BuildRequires for tests
-------------------------------------------------------------------
Thu Feb 11 07:45:45 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -27,11 +27,12 @@ URL: https://flufllock.readthedocs.io
Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz
Patch: python-flufl.lock-fix-setup.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-atpublic
Requires: python-psutil
Suggests: python-typing_extensions
Requires: python-typing_extensions
# SECTION test requirements
BuildRequires: %{python_module atpublic}
BuildRequires: %{python_module psutil}