forked from pool/python-pexpect
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:
commit
3a55e3894e
@ -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…
x
Reference in New Issue
Block a user