Add BuildRequiers python3-ptyprocess

This commit is contained in:
yaokai13 2020-11-20 10:12:07 +08:00
parent f479d06279
commit 6e6c36b365

View File

@ -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