From 40eae8902a20d6e01b02c6e5503c747f5c231c23acf75cc81f73fc64ff42757d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 10 May 2023 15:27:02 +0000 Subject: [PATCH] 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 --- python-flit.changes | 6 ++++++ python-flit.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flit.changes b/python-flit.changes index 0d193b2..bf2b6a0 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 10 06:11:46 UTC 2023 - Johannes Kastl + +- 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 diff --git a/python-flit.spec b/python-flit.spec index bdfe536..c63467c 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -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}