From 4f1dfe564cf717d16c70aa7a66b58377b48a4d39 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:31 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- libcaca.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libcaca.spec b/libcaca.spec index ad84c7a..48c7559 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -72,6 +72,7 @@ sprite blitting. %package -n python3-caca Summary: Python bindings for libcaca BuildRequires: python3-devel +BuildRequires: python3-setuptools %description -n python3-caca This package contains the python bindings for using libcaca from python.