summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-07-21 04:39:47 -0400
committerGuillaume Horel2021-07-21 04:39:47 -0400
commit894290ce230f96382c740b9938aa9ad980b77f2b (patch)
tree299f5f56a21b54244da8149de0a1a095f28c4df5
parentd5a319a9ca6b1de09e030bee7f77f869bdb6784f (diff)
downloadaur-894290ce230f96382c740b9938aa9ad980b77f2b.tar.gz
fix checkdepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3493fbb28ab9..4aedd8e8a56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgver='0.5.0'
pkgrel=1
pkgdesc="A CFF table suroutinizer for FontTools."
url="https://github.com/googlefonts/compreffor"
-checkdepends=()
-depends=('python' 'python-fonttools')
+checkdepends=('python-pytest')
+depends=('python-fonttools')
makedepends=('cython' 'python-setuptools')
optdepends=()
license=('Apache')