1
0

Accepting request 1121656 from home:bnavigator:branches:devel:languages:python

- Revert the last change. The error message was genuine and showed
  a dependency issue.

OBS-URL: https://build.opensuse.org/request/show/1121656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=14
This commit is contained in:
Benjamin Greiner 2023-11-01 16:07:18 +00:00 committed by Git OBS Bridge
parent efaae033d6
commit 18a41f44f1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 1 15:46:08 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Revert the last change. The error message was genuine and showed
a dependency issue.
-------------------------------------------------------------------
Wed Nov 1 06:12:25 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -31,13 +31,12 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module black >= 22.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.1}
BuildRequires: %{python_module python-lsp-server >= 1.4.0}
BuildRequires: %{python_module tomli if %python-base < 3.11}
# /SECTION
BuildRequires: fdupes
Requires: python-black >= 22.3.0
Requires: python-python-lsp-server
Requires: python-python-lsp-server >= 1.4
%if 0%{?python_version_nodots} < 311
Requires: python-tomli
%endif