uwsgi add BuildRequires openssl-devel to support --https

(cherry picked from commit df418a4a7820be9ac80dcf31ad972b411c931185)
This commit is contained in:
chenyanpanHW 2021-08-31 03:55:46 +00:00 committed by openeuler-sync-bot
parent 21bd5a48b1
commit a6a2233d97

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-uWSGI
Version: 2.0.19.1
Release: 1
Release: 3
Summary: The uWSGI server
License: GPL2
URL: https://uwsgi-docs.readthedocs.io/en/latest/
@ -12,8 +12,11 @@ The uWSGI server
%package -n python3-uWSGI
Summary: The uWSGI server
Provides: python-uWSGI
BuildRequires: openssl-devel
BuildRequires: python3-devel gcc
BuildRequires: python3-setuptools
%description -n python3-uWSGI
@ -64,6 +67,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%changelog
* Tue Aug 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.19.1-3
- DESC: uwsgi add BuildRequires openssl-devel to support --https
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.0.19.1-2
- Completing build dependencies to fix gcc compiler missing error