summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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')