From 7f561dcb2206d5170d967915f79e12c1dcf272805ece1dcb163a9c1ecf9c98a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 May 2023 08:17:45 +0000 Subject: [PATCH] Accepting request 1085379 from home:ojkastl_buildservice:Branch_devel_languages_python BuildRequire PyYAML, see https://github.com/pypa/flit/issues/643 OBS-URL: https://build.opensuse.org/request/show/1085379 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=17 --- python-flit.changes | 5 +++++ python-flit.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-flit.changes b/python-flit.changes index 81d9953..0d193b2 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 8 05:53:27 UTC 2023 - Johannes Kastl + +- BuildRequire PyYAML, see https://github.com/pypa/flit/issues/643 + ------------------------------------------------------------------- Fri Apr 21 12:25:15 UTC 2023 - Dirk Müller diff --git a/python-flit.spec b/python-flit.spec index c63467c..bdfe536 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -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}