14
0

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
This commit is contained in:
2022-11-11 13:46:09 +00:00
committed by Git OBS Bridge
parent 2666cc0faf
commit 636d79ce7d
2 changed files with 13 additions and 4 deletions

View File

@@ -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 <mia@0x0.st>

View File

@@ -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