diff --git a/python-yappi.changes b/python-yappi.changes index f5f1ffa..6174f33 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 10 10:30:18 UTC 2024 - Daniel Garcia + +- Remove not needed dependency python-contextvars + ------------------------------------------------------------------- Fri Dec 15 22:24:24 UTC 2023 - Dirk Müller diff --git a/python-yappi.spec b/python-yappi.spec index 44c31e4..7e4de20 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -1,7 +1,7 @@ # # spec file for package python-yappi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,6 @@ Summary: Yet Another Python Profiler License: MIT URL: https://github.com/sumerc/yappi Source: https://files.pythonhosted.org/packages/source/y/yappi/yappi-%{version}.tar.gz -BuildRequires: %{python_module contextvars} BuildRequires: %{python_module devel} BuildRequires: %{python_module gevent >= 20.6.2} BuildRequires: %{python_module pip} @@ -35,7 +34,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description