Daniel Garcia 2022-12-15 07:03:18 +00:00 committed by Git OBS Bridge
parent b2678525de
commit 506c9f1c9b
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 15 06:26:48 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update requirements
-------------------------------------------------------------------
Tue Dec 13 15:35:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -37,16 +37,16 @@ BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-base >= 3.6
Requires: python-hypothesis >= 5.46
Requires: python-lark >= 0.7.2
Requires: python-libcst >= 0.3.8
Requires: python-base >= 3.7
Requires: python-hypothesis >= 6.58.1
Requires: python-lark >= 0.10.1
Requires: python-libcst >= 0.4.0
%if %{with test}
BuildRequires: %{python_module black}
BuildRequires: %{python_module exceptiongroup}
BuildRequires: %{python_module hypothesis >= 5.46}
BuildRequires: %{python_module lark >= 0.7.2}
BuildRequires: %{python_module libcst >= 0.3.8}
BuildRequires: %{python_module hypothesis >= 6.58.1}
BuildRequires: %{python_module lark >= 0.10.1}
BuildRequires: %{python_module libcst >= 0.4.0}
BuildRequires: %{python_module parso}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}