Accepting request 1085965 from home:ojkastl_buildservice:Branch_devel_languages_python

OBS-URL: https://build.opensuse.org/request/show/1085965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=19
This commit is contained in:
Markéta Machová 2023-05-10 15:27:02 +00:00 committed by Git OBS Bridge
parent 7f561dcb22
commit 40eae8902a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 10 06:11:46 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- Remove BuildRequire for PyYAML again. This was needed by the
response package, which in the meantime got it.
-------------------------------------------------------------------
Mon May 8 05:53:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -26,7 +26,6 @@ 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}