From 9eefdb9c13a03a2c0f863bfd4f0a26b98a0c8286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 5 Mar 2021 01:15:51 -0300 Subject: [PATCH] diffoscope: remove rpm-python3 dependency. Unnecessary for local usage with most of the objects Void users deal with, and it can detect that the library isn't available at runtime. --- srcpkgs/diffoscope/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template index c07d20d866..2d35c8b261 100644 --- a/srcpkgs/diffoscope/template +++ b/srcpkgs/diffoscope/template @@ -1,15 +1,14 @@ # Template file for 'diffoscope' pkgname=diffoscope version=167 -revision=1 +revision=2 build_style=python3-module # file 5.39 causes errors there, see https://bugs.astron.com/view.php?id=170 make_check_args="-k not((test_wasm)and((test_identification)or(test_no_differences)))" hostmakedepends="python3-setuptools" depends="python3-magic python3-libarchive-c python3-setuptools python3-argcomplete binwalk python3-defusedxml python3-distro - python3-jsondiff python3-PyPDF2 python3-pyxattr rpm-python3 - python3-tlsh" + python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh" checkdepends="${depends} python3-pytest" short_desc="In-depth comparison of files, archives, and directories" maintainer="Piotr Wójcik "