- Add missing builddep on setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=45
This commit is contained in:
parent
0658dde682
commit
016eb3ecf7
@ -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>
|
Sat May 25 09:06:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -27,12 +27,13 @@ URL: http://pexpect.readthedocs.org/en/latest/
|
|||||||
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module ptyprocess}
|
BuildRequires: %{python_module ptyprocess}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: fdupes
|
BuildRequires: %{python_module setuptools}
|
||||||
# For man validation
|
|
||||||
BuildRequires: man
|
|
||||||
# For test command calls
|
# For test command calls
|
||||||
# For bash validation
|
# For bash validation
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
|
BuildRequires: fdupes
|
||||||
|
# For man validation
|
||||||
|
BuildRequires: man
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-ptyprocess
|
Requires: python-ptyprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user