!2 Change spec: Add BuildRequires for python-requestsexceptions

From: @zhangy1317
Reviewed-by: @shinwell_hu,@myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-01-29 19:31:19 +08:00 committed by Gitee
commit 2947a6bd80

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-requestsexceptions Name: python-requestsexceptions
Version: 1.4.0 Version: 1.4.0
Release: 1 Release: 2
Summary: Import exceptions from potentially bundled packages in requests. Summary: Import exceptions from potentially bundled packages in requests.
License: Apache-2.0 License: Apache-2.0
URL: http://www.openstack.org/ URL: http://www.openstack.org/
@ -22,6 +22,8 @@ Summary: Import exceptions from potentially bundled packages in requests.
Provides: python-requestsexceptions Provides: python-requestsexceptions
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-requestsexceptions %description -n python3-requestsexceptions
The python requests library bundles the urllib3 library, however, some The python requests library bundles the urllib3 library, however, some
software distributions modify requests to remove the bundled library. software distributions modify requests to remove the bundled library.
@ -82,5 +84,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated