Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 10:56:57 +08:00
parent f42f01b3e4
commit 0679163603

View File

@ -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 <huanghaitao8@huawei.com> - 2.0.19.1-2
- Completing build dependencies to fix gcc compiler missing error
* Wed Aug 05 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated