From 638864665705942e4aef8d13b55b76977742146e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Oct 2019 15:41:59 +0200 Subject: [PATCH] Remove dependency on importlib-metadata It was not working, see https://github.com/rpm-software-management/mock/issues/336 --- pytest.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index f57fca1..67e1747 100644 --- a/pytest.spec +++ b/pytest.spec @@ -54,7 +54,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-six BuildRequires: python3-wcwidth -BuildRequires: (python3-importlib-metadata if python3 < 3.8) %if %{with timeout} BuildRequires: python3-pytest-timeout