diff --git a/python-pexpect.changes b/python-pexpect.changes index df5c9bc..e71a0da 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 19 10:15:12 UTC 2019 - Tomáš Chvátal + +- Add missing builddep on setuptools + ------------------------------------------------------------------- Sat May 25 09:06:04 UTC 2019 - Tomáš Chvátal diff --git a/python-pexpect.spec b/python-pexpect.spec index 6c5c882..9b0b881 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -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