!2 Change spec: Add BuildRequires for python-requests-mock
From: @zhangy1317 Reviewed-by: @joec88 Signed-off-by: @joec88
This commit is contained in:
commit
a9ee9a8dcc
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-requests-mock
|
Name: python-requests-mock
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Mock out responses from the requests package
|
Summary: Mock out responses from the requests package
|
||||||
License: Apache-2
|
License: Apache-2
|
||||||
URL: https://github.com/jamielennox/requests-mock
|
URL: https://github.com/jamielennox/requests-mock
|
||||||
@ -27,6 +27,7 @@ Summary: Mock out responses from the requests package
|
|||||||
Provides: python-requests-mock
|
Provides: python-requests-mock
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
%description -n python3-requests-mock
|
%description -n python3-requests-mock
|
||||||
Mocked responses for the requests library
|
Mocked responses for the requests library
|
||||||
|
|
||||||
@ -77,5 +78,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
|
||||||
|
- Add BuildRequires python3-pip
|
||||||
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user