summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 038aca25bc92..dc0694561068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-booleanoperations
arch = any
license = MIT
checkdepends = python-fontpens
+ checkdepends = python-defcon
depends = python
depends = python-pyclipper
depends = python-fonttools
diff --git a/PKGBUILD b/PKGBUILD
index 0d2af18ef5da..0fbd123e4da5 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-fontpens')
+checkdepends=('python-fontpens' 'python-defcon')
depends=('python' 'python-pyclipper' 'python-fonttools')
makedepends=()
options=(!emptydirs)