summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2020-09-25 19:55:35 +0100
committerGrey Christoforo2020-09-25 19:55:35 +0100
commitf541dd7b2b34984884776bb5720d8e724ba8f946 (patch)
tree82beb260a527596b513910a331d2c8aafaad545c /PKGBUILD
parent95fe23d7146ea10f306dd3c90ed97142ab64580e (diff)
downloadaur-f541dd7b2b34984884776bb5720d8e724ba8f946.tar.gz
add missing check dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95e766d55100..7f7a175eee19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Apache')
provides=('python-cadquery')
conflicts=('python-cadquery')
depends=(python-ocp python python-ezdxf)
-checkdepends=('python-pytest' 'python-pytest-cov')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-typing_extensions')
source=("git+https://github.com/CadQuery/cadquery.git")
md5sums=('SKIP')