summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-02 14:37:05 -0500
committerGuillaume Horel2020-11-02 14:37:05 -0500
commitc12842bfaf4a9b1dfd3de50cc78a1b1a595acbb0 (patch)
tree6d7ddafdb993441e002feacd3b2f3efbc2e76bc5 /PKGBUILD
parent18ebe37b4986968455024b30e72567681fe59474 (diff)
downloadaur-c12842bfaf4a9b1dfd3de50cc78a1b1a595acbb0.tar.gz
add pytest to checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2bcb5d6895b..895b4ec810a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Boolean operations on paths.'
arch=('any')
url='https://github.com/typemytype/booleanOperations'
license=('MIT')
-checkdepends=('python-defcon' 'python-fontpens')
+checkdepends=('python-pytest' 'python-defcon' 'python-fontpens')
depends=('python-pyclipper' 'python-fonttools')
makedepends=('python-setuptools')
options=(!emptydirs)