From 307ea41bcd9ec8353f139b89c69c365429ae2ebb Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 3 Mar 2020 11:34:35 +0100 Subject: [PATCH] Add missing BR for tests Signed-off-by: Igor Raits --- python-pygit2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pygit2.spec b/python-pygit2.spec index 08671f6..3454960 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -25,6 +25,7 @@ BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-six +BuildRequires: python3-cached_property %description -n python3-%{pkgname} pygit2 is a set of Python bindings to the libgit2 library, which implements