python3-msoffcrypto-tool: add missing dependency

This commit is contained in:
Michal Vasilek 2022-02-13 14:22:04 +01:00
parent 91481f94ce
commit 5b66c2f0e0

View file

@ -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>"