From de8394dca557934df906da508c97e8080f0a188abfe5eeef6ad7c0364dcd54e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 11:01:16 +0000 Subject: [PATCH] Accepting request 1034491 from home:bnavigator:branches:devel:languages:python - Fix dependencies OBS-URL: https://build.opensuse.org/request/show/1034491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=11 --- python-flit.changes | 5 +++++ python-flit.spec | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/python-flit.changes b/python-flit.changes index 9ab047f..91122d6 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 8 10:20:01 UTC 2022 - Ben Greiner + +- Fix dependencies + ------------------------------------------------------------------- Tue Nov 8 00:29:24 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-flit.spec b/python-flit.spec index 74a2f69..054038e 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-flit Version: 3.8.0 @@ -26,24 +25,23 @@ 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 base > 3.6} +BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module docutils} -BuildRequires: %{python_module flit-core >= 3.7.1} +BuildRequires: %{python_module flit-core >= 3.8.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module requests} BuildRequires: %{python_module tomli-w} -BuildRequires: %{python_module tomli} # SECTION test requirements BuildRequires: %{python_module testpath} BuildRequires: %{python_module pytest >= 2.7.3} BuildRequires: %{python_module responses} +BuildRequires: %{python_module tomli} # /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docutils -Requires: python-flit-core +Requires: python-flit-core >= 3.8.0 Requires: python-requests -Requires: python-tomli Requires: python-tomli-w Requires(post): update-alternatives Requires(postun):update-alternatives