From 9b4cd1a060ed8d3da6f52ab90ba05b2af8e24e64 Mon Sep 17 00:00:00 2001 From: totaam Date: Sun, 19 Nov 2023 18:35:28 +0700 Subject: [PATCH] oops: add missing build dep --- packaging/rpm/python3-pylsqpack.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/python3-pylsqpack.spec b/packaging/rpm/python3-pylsqpack.spec index 708aa8148e..3e684a4c13 100644 --- a/packaging/rpm/python3-pylsqpack.spec +++ b/packaging/rpm/python3-pylsqpack.spec @@ -19,6 +19,7 @@ Source0: https://files.pythonhosted.org/packages/93/1d/3f400f2e7413caec3c BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python3}-devel BuildRequires: %{python3}-setuptools +BuildRequires: %{python3}-wheel BuildRequires: gcc Requires: %{python3}