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