!2 修复python-httmock在master分支编译失败

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-04-01 02:42:56 +00:00 committed by Gitee
commit 7f96165424
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: 1.3.0
Release: 1
Release: 2
Summary: A mocking library for requests
License: ASL 2.0
@ -50,8 +50,11 @@ cp %{SOURCE1} .
%doc README.md
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/%{pypi_name}.py
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Mar 31 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 1.3.0-2
* Fix build error caused by py3.10+ wildcard
* Thu Dec 17 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.0-1
- Init httmock project