From d92b656b0d340486a4c24b2f57280215ff353144 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:32 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- python-inotify.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-inotify.spec b/python-inotify.spec index b93e48d..0d1a827 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -10,6 +10,7 @@ Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version Patch01: pyinotify-0.9.6-epoint.patch BuildRequires: gmp-devel BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools BuildArch: noarch %global _description \ This is a Python module for watching filesystems changes. pyinotify \