From 1d9582f148df8a9ca473f167b7893455184e2aee Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 10 Nov 2020 17:53:56 -0800 Subject: use the correct Python BR Signed-off-by: Michel Alexandre Salim --- utils/watchman.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/watchman.spec b/utils/watchman.spec index 7425096..ffdac68 100644 --- a/utils/watchman.spec +++ b/utils/watchman.spec @@ -11,8 +11,7 @@ Patch0: %{name}-py_destdir.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: folly-devel -BuildRequires: python-devel -#Requires: +BuildRequires: python3-devel %description Watchman exists to watch files and record when they actually change. It can also -- cgit