From 6e6c36b365b494aed5dd3c66b721fb3041028364 Mon Sep 17 00:00:00 2001 From: yaokai13 Date: Fri, 20 Nov 2020 10:12:07 +0800 Subject: [PATCH] Add BuildRequiers python3-ptyprocess --- python-pexpect.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 6680d29..031438d 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -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 - 4.8.0-2 +- Add BuildRequiers python3-ptyprocess + * Mon Oct 12 2020 wangxiao - 4.8.0-1 - upgrade to 4.8.0, add yaml file -- Gitee