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 f6cad04bdfe2..547d482cf2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-fontparts
checkdepends = python-fontpens
makedepends = python-setuptools
depends = python
+ depends = python-booleanoperations
depends = python-defcon
depends = python-fontmath
depends = python-fonttools
diff --git a/PKGBUILD b/PKGBUILD
index 19f749def2b8..d4f92a94515c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='The replacement for RoboFab.'
url='https://github.com/robotools/fontParts'
checkdepends=('python-fontpens')
-depends=('python' 'python-defcon' 'python-fontmath' 'python-fonttools' 'python-fs')
+depends=('python' 'python-booleanoperations' 'python-defcon' 'python-fontmath' 'python-fonttools' 'python-fs')
makedepends=('python-setuptools')
optdepends=()
license=('MIT')