!25 fix build error

Merge pull request !25 from compile_success/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-11 06:29:47 +00:00 committed by Gitee
commit a73a4d47bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-requests Name: python-requests
Version: 2.26.0 Version: 2.26.0
Release: 4 Release: 5
Summary: Python HTTP Library Summary: Python HTTP Library
License: ASL 2.0 License: ASL 2.0
URL: http://python-requests.org/ URL: http://python-requests.org/
@ -88,13 +88,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
%files -n python%{python3_pkgversion}-requests %files -n python%{python3_pkgversion}-requests
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
%{python3_sitelib}/requests* %{python3_sitelib}/requests*/*
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc HISTORY.md README.md %doc HISTORY.md README.md
%changelog %changelog
* Tue Jan 11 2021 zhujunhao <zhujunhao8@huawei.com> - 2.26.0-5
- modify build failed
* Thu Dec 30 2021 yangcheng <yangcheng87@huawei.com> - 2.26.0-4 * Thu Dec 30 2021 yangcheng <yangcheng87@huawei.com> - 2.26.0-4
- Adapt to python 3.9.9 - Adapt to python 3.9.9