Add zlib to buildrequires
This commit is contained in:
parent
d3b9e98ef8
commit
55fc00a42b
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-Flask-Cors
|
||||
Version: 3.0.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Flask extension adding a decorator for CORS support
|
||||
License: MIT
|
||||
URL: https://github.com/corydolphin/flask-cors
|
||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
||||
|
||||
Requires: python3-Flask
|
||||
Requires: python3-Six
|
||||
BuildRequires: zlib >= 1.2.11
|
||||
|
||||
%description
|
||||
A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
|
||||
@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.10-2
|
||||
- Add zlib to buildrequires
|
||||
|
||||
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 3.0.10
|
||||
- upgrade to 3.0.10
|
||||
|
||||
|
||||
4
flask-cors.yaml
Normal file
4
flask-cors.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: corydolphin/flask-cors
|
||||
tag_prefix: ^v
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user