From 0845e00c75582d6b4e080065725a72ec1890ed7cf3c110692cb1875ae2bc10a6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 May 2021 10:03:56 +0000 Subject: [PATCH] Fix SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=95 --- python-coverage.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-coverage.spec b/python-coverage.spec index 7c55d42..db7c17e 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -32,7 +32,7 @@ Patch0: traced_file_absolute.patch Patch1: 0001-make-data-collection-operations-thread-safe.patch # PATCH-FIX-UPSTREAM change__file__report-dir.patch gh#nedbat/coveragepy#1161 mcepl@suse.com # Fix yet another regression in Python 3.8.10, this time about __file__ value for directories. -Patch0: change__file__report-dir.patch +Patch2: change__file__report-dir.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module flaky} BuildRequires: %{python_module hypothesis >= 4.57}