From b44f22a6c26681c7ae8bc922e514a0fd2c904e297f7ad3777c222b16201438f5 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 10 Apr 2024 10:15:08 +0000 Subject: [PATCH] - Remove not needed dependency python-contextvars OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=46 --- python-Flask.changes | 5 +++++ python-Flask.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-Flask.changes b/python-Flask.changes index 8911e9a..328cbeb 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 10 10:13:58 UTC 2024 - Daniel Garcia + +- Remove not needed dependency python-contextvars + ------------------------------------------------------------------- Mon Feb 5 10:05:00 UTC 2024 - Dirk Müller diff --git a/python-Flask.spec b/python-Flask.spec index 66481f7..2e2b79b 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -35,7 +35,6 @@ BuildRequires: %{python_module Jinja2 >= 3.1.2} BuildRequires: %{python_module Werkzeug >= 3.0.0} BuildRequires: %{python_module blinker >= 1.6.2} BuildRequires: %{python_module click >= 8.1.3} -BuildRequires: %{python_module contextvars} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10} BuildRequires: %{python_module itsdangerous >= 2.1.2}