Accepting request 717008 from devel:languages:python

- Add missing builddep on setuptools

OBS-URL: https://build.opensuse.org/request/show/717008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:01:47 +00:00 committed by Git OBS Bridge
commit 3a55e3894e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 19 10:15:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add missing builddep on setuptools
-------------------------------------------------------------------
Sat May 25 09:06:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -27,12 +27,13 @@ URL: http://pexpect.readthedocs.org/en/latest/
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
# For man validation
BuildRequires: man
BuildRequires: %{python_module setuptools}
# For test command calls
# For bash validation
BuildRequires: bash
BuildRequires: fdupes
# For man validation
BuildRequires: man
BuildRequires: openssl
BuildRequires: python-rpm-macros
Requires: python-ptyprocess