From 37d9bcf2f94f36418d1aa61ebbe846d00269d7f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 16 May 2022 10:34:25 -0400 Subject: [PATCH] python3-msoffcrypto-tool: remove unnecessary make_install_target --- srcpkgs/python3-msoffcrypto-tool/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template index 10672ed0924..fa80ef34324 100644 --- a/srcpkgs/python3-msoffcrypto-tool/template +++ b/srcpkgs/python3-msoffcrypto-tool/template @@ -4,7 +4,6 @@ version=5.0.0 revision=2 wrksrc="msoffcrypto-tool-${version}" build_style=python3-pep517 -make_install_target="msoffcrypto_tool-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core" depends="python3-setuptools python3-olefile python3-cryptography" checkdepends="python3-pytest $depends"