Accepting request 1085435 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1085435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:07:37 +00:00 committed by Git OBS Bridge
commit 41ba2955bd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 8 05:53:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- BuildRequire PyYAML, see https://github.com/pypa/flit/issues/643
-------------------------------------------------------------------
Fri Apr 21 12:25:15 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -26,6 +26,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/pypa/flit
Source: https://files.pythonhosted.org/packages/source/f/flit/flit-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module flit-core >= 3.8.0}