14
0
forked from pool/python-ssdeep

Accepting request 940572 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/940572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ssdeep?expand=0&rev=7
This commit is contained in:
2021-12-14 21:02:23 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -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 <dmueller@suse.com> Mon Nov 8 10:50:31 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -38,7 +38,7 @@ Requires: python-cffi
Requires: python-six Requires: python-six
Requires: ssdeep Requires: ssdeep
# SECTION tests # SECTION tests
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
%python_subpackages %python_subpackages
@@ -49,6 +49,8 @@ content and length.
%prep %prep
%setup -q -n python-ssdeep-%{version} %setup -q -n python-ssdeep-%{version}
# https://github.com/DinoTools/python-ssdeep/issues/57
sed -i 's:"pytest-runner.*"::' setup.py
%build %build
%python_build %python_build