From 067916360335ecce7eb52cfc71716edd88630885 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:56:57 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- python-uwsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-uwsgi.spec b/python-uwsgi.spec index 3bca3a7..8ccb869 100644 --- a/python-uwsgi.spec +++ b/python-uwsgi.spec @@ -12,7 +12,7 @@ The uWSGI server %package -n python3-uWSGI Summary: The uWSGI server Provides: python-uWSGI -BuildRequires: python3-devel +BuildRequires: python3-devel gcc BuildRequires: python3-setuptools %description -n python3-uWSGI @@ -64,5 +64,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Mon May 31 2021 huanghaitao - 2.0.19.1-2 +- Completing build dependencies to fix gcc compiler missing error + * Wed Aug 05 2020 Python_Bot - Package Spec generated