From 0db746c4349b2e4b628dfd27b572ff9344cb228639d14118d76400042e5dc47f Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 7 Dec 2021 22:24:30 +0000 Subject: [PATCH] Accepting request 936351 from home:pgajdos:python - do not require pytest-runner for build, it is not needed OBS-URL: https://build.opensuse.org/request/show/936351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ssdeep?expand=0&rev=14 --- python-ssdeep.changes | 5 +++++ python-ssdeep.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-ssdeep.changes b/python-ssdeep.changes index 3b845da..005a25d 100644 --- a/python-ssdeep.changes +++ b/python-ssdeep.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 7 19:29:56 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, it is not needed + ------------------------------------------------------------------- Mon Nov 8 10:50:31 UTC 2021 - Dirk Müller diff --git a/python-ssdeep.spec b/python-ssdeep.spec index c199303..2a9e288 100644 --- a/python-ssdeep.spec +++ b/python-ssdeep.spec @@ -38,7 +38,7 @@ Requires: python-cffi Requires: python-six Requires: ssdeep # SECTION tests -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -49,6 +49,8 @@ content and length. %prep %setup -q -n python-ssdeep-%{version} +# https://github.com/DinoTools/python-ssdeep/issues/57 +sed -i 's:"pytest-runner.*"::' setup.py %build %python_build