!6 【轻量级PR】删除spec文件中不必要的编译依赖
From: @kkzhs_admin Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
548804b481
@ -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 <zhaoshuang@uniontech.com> - 1.1.4-2
|
||||
- Remove unnecessary buildrequires
|
||||
|
||||
* Sat Apr 2 2022 caodongxia <caodongxia@h-partners.com> - 1.1.4-1
|
||||
- Update to 1.1.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user