From 7b88b9f2b5eeb4c7fd8b7dba42b08ad09b15574938fe8090749d22e92bd373e9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Dec 2022 21:27:06 +0000 Subject: [PATCH] Accepting request 1040403 from home:yarunachalam:branches:devel:languages:python - Fixed spec file to include exceptiongroup OBS-URL: https://build.opensuse.org/request/show/1040403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstandard?expand=0&rev=16 --- python-zstandard.changes | 5 +++++ python-zstandard.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-zstandard.changes b/python-zstandard.changes index 62a9828..61213a4 100644 --- a/python-zstandard.changes +++ b/python-zstandard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 5 18:21:01 UTC 2022 - Yogalakshmi Arunachalam + +- Fixed spec file to include exceptiongroup + ------------------------------------------------------------------- Sun Nov 20 04:47:59 UTC 2022 - Mia Herkt diff --git a/python-zstandard.spec b/python-zstandard.spec index 6692ca3..78871f8 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -36,6 +36,7 @@ Requires: zstd Conflicts: python-zstd # SECTION test requirements BuildRequires: %{python_module cffi >= 1.11} +BuildRequires: %{python_module exceptiongroup} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}