aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-08-01 17:12:49 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-08-01 17:12:49 +0200
commit023a9eb5593d31529aadbec34b4165bff9b5c880 (patch)
tree7cc6e8c18b241a3e5bdec1b7e0905748c0dff5db /testing
parent8829f2071e8e45d98ff3e81e525ba90c2efefac2 (diff)
downloadaports-023a9eb5593d31529aadbec34b4165bff9b5c880.tar.bz2
aports-023a9eb5593d31529aadbec34b4165bff9b5c880.tar.xz
testing/ocrmypdf: add python3 to depends
Diffstat (limited to 'testing')
-rw-r--r--testing/ocrmypdf/APKBUILD4
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=""