From 636d79ce7d45570f0d9a049d68cf61fcb332ebd0a24966866edc3ca49de3fb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:46:09 +0000 Subject: [PATCH] Accepting request 1035267 from home:pgajdos:python - silent rpmlint - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1035267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=26 --- python-tesserocr.changes | 10 ++++++++++ python-tesserocr.spec | 7 +++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/python-tesserocr.changes b/python-tesserocr.changes index 3498ed1..9bfe60c 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 11 13:26:52 UTC 2022 - pgajdos@suse.com + +- silent rpmlint + +------------------------------------------------------------------- +Fri Nov 11 11:29:53 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Wed Jun 23 17:43:23 UTC 2021 - Mia Herkt diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 19d3b45..f47521d 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -1,7 +1,7 @@ # # spec file for package python-tesserocr # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tesserocr Version: 2.5.2 Release: 0 @@ -30,7 +29,6 @@ BuildRequires: %{python_module Pillow} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -68,6 +66,7 @@ GIL while processing an image in tesseract. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/tesserocr.cpython*.so +%{python_sitearch}/tesserocr*egg-info %changelog