From 6f6a8dd35d1f86a2e3569189c4b1b5fd901c888164e7268b364c7c16b1e333cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Aug 2020 08:30:32 +0000 Subject: [PATCH] Accepting request 828333 from home:jayvdb:branches:devel:languages:python - Add runtime dependency on setuptools OBS-URL: https://build.opensuse.org/request/show/828333 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=31 --- python-click.changes | 5 +++++ python-click.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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