!2 添加python3-ptyprocess作为编译依赖是为了解决fence-agents编译失败问题
From: @yaokai13 Reviewed-by: @jeff200902,@small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
64eff7f840
@ -1,15 +1,13 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pexpect
|
||||
Version: 4.8.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Pexpect allows easy control of interactive console applications.
|
||||
License: ISC license
|
||||
URL: https://pexpect.readthedocs.io/
|
||||
Source0: https://files.pythonhosted.org/packages/e5/9b/ff402e0e930e70467a7178abb7c128709a30dfb22d8777c043e501bc1b10/pexpect-4.8.0.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-ptyprocess
|
||||
|
||||
%description
|
||||
Pexpect is a pure Python module for spawning child applications; controlling
|
||||
them; and responding to expected patterns in their output. Pexpect works like
|
||||
@ -25,7 +23,8 @@ Pexpect is pure Python.
|
||||
%package -n python3-pexpect
|
||||
Summary: Pexpect allows easy control of interactive console applications.
|
||||
Provides: python-pexpect
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
BuildRequires: python3-devel python3-setuptools python3-ptyprocess
|
||||
Requires: python3-ptyprocess
|
||||
|
||||
%description -n python3-pexpect
|
||||
Pexpect is a pure Python module for spawning child applications; controlling
|
||||
@ -96,6 +95,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu 19 Nov 2020 leiju <leiju4@huawei.com> - 4.8.0-2
|
||||
- Add BuildRequiers python3-ptyprocess
|
||||
|
||||
* Mon Oct 12 2020 wangxiao <wangxiao65@huawei.com> - 4.8.0-1
|
||||
- upgrade to 4.8.0, add yaml file
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user