From d70710080aff897b5986d6baf81c64ff4aee840d Mon Sep 17 00:00:00 2001 From: kkz Date: Wed, 3 Aug 2022 17:12:08 +0800 Subject: [PATCH] remove some unnecessary buildrequires --- python-httpretty.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 0330606..ffefe45 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,6 +1,6 @@ Name: python-httpretty Version: 1.1.4 -Release: 1 +Release: 2 Summary: HTTP Client mocking tool for Python License: MIT URL: https://pypi.org/project/httpretty/ @@ -13,8 +13,8 @@ HTTP Client mocking tool for Python.Provides a full fake TCP socket module. %package -n python3-httpretty Summary: HTTP Client mocking tool for Python3 -BuildRequires: python3-devel python3-setuptools python3-httplib2 python3-mock python3-freezegun -BuildRequires: python3-nose2 python3-requests python3-sure python3-urllib3 python3-tornado +BuildRequires: python3-devel python3-setuptools python3-httplib2 python3-freezegun +BuildRequires: python3-nose2 python3-requests python3-sure python3-tornado Requires: python3-six %{?python_provide:%python_provide python3-httpretty} @@ -47,6 +47,9 @@ LANG=en_US.UTF-8 %{__python3} -m nose2 -v %{python3_sitelib}/httpretty-%{version}-py%{python3_version}.egg-info %changelog +* Wed Aug 3 2022 kkz - 1.1.4-2 +- Remove unnecessary buildrequires + * Sat Apr 2 2022 caodongxia - 1.1.4-1 - Update to 1.1.4