- Fix typo and make sure the tests will pass

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal 2018-04-19 12:09:42 +00:00 committed by Git OBS Bridge
parent d36c1f6f5d
commit 6f7a04954b
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Thu Apr 19 11:58:18 UTC 2018 - tchvatal@suse.com
- Fix typo
- Fix typo and make sure the tests will pass
-------------------------------------------------------------------
Sat Apr 14 17:14:36 UTC 2018 - arun@gmx.de

View File

@ -29,6 +29,10 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
# For man validation
BuildRequires: man
# For test command calls
BuildRequires: openssl
BuildRequires: python-rpm-macros
Requires: python-ptyprocess
BuildArch: noarch