From a8e2b6c7a2a9b73028afd6009e6d6c58bf4240be Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 10:48:01 +0800 Subject: [PATCH] Add BuildRequires --- python-requestsexceptions.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requestsexceptions.spec b/python-requestsexceptions.spec index 0ddda70..6cc2d6e 100644 --- a/python-requestsexceptions.spec +++ b/python-requestsexceptions.spec @@ -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 +- Add buildrequires * Mon Nov 23 2020 Python_Bot - Package Spec generated