diff options
author | Grey Christoforo | 2020-09-25 19:55:35 +0100 |
---|---|---|
committer | Grey Christoforo | 2020-09-25 19:55:35 +0100 |
commit | f541dd7b2b34984884776bb5720d8e724ba8f946 (patch) | |
tree | 82beb260a527596b513910a331d2c8aafaad545c /PKGBUILD | |
parent | 95fe23d7146ea10f306dd3c90ed97142ab64580e (diff) | |
download | aur-f541dd7b2b34984884776bb5720d8e724ba8f946.tar.gz |
add missing check dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |