From 5b66c2f0e0469a3ab6f398be7e70c05588799a16 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 13 Feb 2022 14:22:04 +0100 Subject: [PATCH] python3-msoffcrypto-tool: add missing dependency --- srcpkgs/python3-msoffcrypto-tool/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template index 0739206720..10672ed092 100644 --- a/srcpkgs/python3-msoffcrypto-tool/template +++ b/srcpkgs/python3-msoffcrypto-tool/template @@ -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 "