14
0
forked from pool/python-yappi

- Remove not needed dependency python-contextvars

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=32
This commit is contained in:
2024-04-10 10:30:39 +00:00
committed by Git OBS Bridge
parent fc767de5bb
commit b25ab44ce8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 10 10:30:18 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed dependency python-contextvars
-------------------------------------------------------------------
Fri Dec 15 22:24:24 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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