add extra buildrequires

(cherry picked from commit 032d6099e62496209ee6b74ee8443ca44f9f3dda)
This commit is contained in:
wubijie 2025-02-18 10:02:49 +08:00 committed by openeuler-sync-bot
parent d12545edee
commit 7f2992a172

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-pdfminer.six
Version: 20231228
Release: 1
Release: 2
Summary: PDF parser and analyzer.
License: MIT
URL: https://github.com/pdfminer/pdfminer.six
@ -17,6 +17,7 @@ Provides: python-pdfminer.six
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-setuptools-git-versioning
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-pdfminer.six
@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Feb 18 2025 Bijie Wu <wubijie@kylinos.cn> - 20231228-2
- BuildRequires python-setuptools-git-versioning
* Tue Apr 23 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 20231228-1
- Update package to version 20231228
- Added output converter for the hOCR format