diff --git a/python-tesserocr.changes b/python-tesserocr.changes index bae4d22..beeaf3c 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 11 08:18:48 UTC 2023 - Mia Herkt + +- Fix build: Add libcurl dependency + ------------------------------------------------------------------- Fri Mar 17 22:09:28 UTC 2023 - Mia Herkt diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 4e58cb4..29af0d8 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -34,6 +34,7 @@ BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: tesseract-ocr-traineddata-english BuildRequires: tesseract-ocr-traineddata-orientation_and_script_detection +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(tesseract) Requires: tesseract-ocr-traineddata-english Requires: tesseract-ocr-traineddata-orientation_and_script_detection