From 525f67d39d6f55bfa6226cad70d1a8bf14c56699 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 17 Dec 2024 11:02:53 +0300 Subject: [PATCH] AlmaLinux change: Add python3-wheel as BR --- python-awscrt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-awscrt.spec b/python-awscrt.spec index a8eee51..e818a36 100644 --- a/python-awscrt.spec +++ b/python-awscrt.spec @@ -20,6 +20,7 @@ Source0: %{pypi_source awscrt} Patch0: skip-test-requiring-network.patch BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-wheel BuildRequires: gcc BuildRequires: gcc-c++