python3-msoffcrypto-tool: add missing dependency
This commit is contained in:
parent
91481f94ce
commit
5b66c2f0e0
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-msoffcrypto-tool'
|
||||
pkgname=python3-msoffcrypto-tool
|
||||
version=5.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="msoffcrypto-tool-${version}"
|
||||
build_style=python3-pep517
|
||||
make_install_target="msoffcrypto_tool-${version}-*-*-*.whl"
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-olefile python3-cryptography"
|
||||
depends="python3-setuptools python3-olefile python3-cryptography"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Python3 library for decrypting MS Office files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue