From f130219f5470e8bd63ec44d3d3d39a0038052058 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 6 Jul 2023 00:56:15 -0400 Subject: [PATCH] Add missing attrs dependency attrs, used by the tests, was previously pulled in by pytest. --- python-pytest-subtests.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 06d4ad3..2881d4a 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -20,6 +20,7 @@ BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm +BuildRequires: python3-attrs %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name}