diff --git a/python-click.changes b/python-click.changes index 744fe12..a9c819a 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 20 23:45:47 UTC 2020 - John Vandenberg + +- Add runtime dependency on setuptools + ------------------------------------------------------------------- Wed Jun 3 11:15:12 UTC 2020 - Dirk Mueller diff --git a/python-click.spec b/python-click.spec index 26a1ed4..d69c2eb 100644 --- a/python-click.spec +++ b/python-click.spec @@ -29,6 +29,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-setuptools BuildArch: noarch %python_subpackages @@ -50,7 +51,7 @@ defaults out of the box. %check export LANG=en_US.UTF-8 -%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest --tb=short} +%pytest --tb=short %files %{python_files} %license LICENSE.rst