diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-01 17:12:49 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-01 17:12:49 +0200 |
commit | 023a9eb5593d31529aadbec34b4165bff9b5c880 (patch) | |
tree | 7cc6e8c18b241a3e5bdec1b7e0905748c0dff5db /testing | |
parent | 8829f2071e8e45d98ff3e81e525ba90c2efefac2 (diff) | |
download | aports-023a9eb5593d31529aadbec34b4165bff9b5c880.tar.bz2 aports-023a9eb5593d31529aadbec34b4165bff9b5c880.tar.xz |
testing/ocrmypdf: add python3 to depends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocrmypdf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocrmypdf/APKBUILD b/testing/ocrmypdf/APKBUILD index 969ffe2e38..e38ab16fc5 100644 --- a/testing/ocrmypdf/APKBUILD +++ b/testing/ocrmypdf/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=ocrmypdf pkgver=5.2 -pkgrel=0 +pkgrel=1 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" arch="all" license="MIT" depends="py-ruffus py-reportlab py-img2pdf py-cffi py-pypdf2 py-pillow unpaper - tesseract-ocr ghostscript qpdf" + tesseract-ocr ghostscript qpdf python3" makedepends="python3-dev" install="" subpackages="" |