From 37b12eaab03fd6a48fe84b8981a26083d695caac Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 Jan 2023 14:10:08 +0800 Subject: [PATCH] add buildrequire python3-pip --- python-httmock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httmock.spec b/python-httmock.spec index 87ffe42..1018836 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.4.0 -Release: 1 +Release: 2 Summary: A mocking library for requests License: ASL 2.0 @@ -23,7 +23,7 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3dist(requests) >= 1 +BuildRequires: python3dist(requests) >= 1 python3-pip %description -n python3-%{pypi_name} A mocking library for requests for Python. @@ -53,6 +53,9 @@ cp %{SOURCE1} . %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Jan 11 2023 wulei - 1.4.0-2 +- add buildrequire python3-pip + * Tue Jun 14 2022 xigaoxinyan - 1.4.0-1 - Update to 1.4.0 -- Gitee