Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-29 10:48:01 +08:00
parent f294d1cefd
commit a8e2b6c7a2

View File

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