- 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:
parent
d36c1f6f5d
commit
6f7a04954b
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 19 11:58:18 UTC 2018 - tchvatal@suse.com
|
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
|
Sat Apr 14 17:14:36 UTC 2018 - arun@gmx.de
|
||||||
|
@ -29,6 +29,10 @@ BuildRequires: %{python_module devel}
|
|||||||
BuildRequires: %{python_module ptyprocess}
|
BuildRequires: %{python_module ptyprocess}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
# For man validation
|
||||||
|
BuildRequires: man
|
||||||
|
# For test command calls
|
||||||
|
BuildRequires: openssl
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-ptyprocess
|
Requires: python-ptyprocess
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user