commit 35dabda59df01daf46e5770abbe8ccdb9aab57b0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 18 23:21:04 2024 +0000
BR: python3-setuptools to fix No module named 'distutils'
VirtualBox.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 62ace55..bc39c64 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -117,6 +117,7 @@ BuildRequires: opus-devel
BuildRequires: pulseaudio-libs-devel
%if %{with python3}
BuildRequires: python%{python3_pkgversion}-devel
+BuildRequires: python%{python3_pkgversion}-setuptools
%endif
BuildRequires: desktop-file-utils
BuildRequires: libcap-devel