From e03d754df62dbc3e20a4dad757477ab10a74f631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 19:29:34 +0700 Subject: [PATCH] pax-utils: check with python3-pyelftools Run into failure with both Python 2 and 3 for this lddtree cmp: -/usr/lib/libc.so +/lib/lib.so All other tests are succeed. --- srcpkgs/pax-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pax-utils/template b/srcpkgs/pax-utils/template index 2bde458a3aa..e077c486a7b 100644 --- a/srcpkgs/pax-utils/template +++ b/srcpkgs/pax-utils/template @@ -6,7 +6,7 @@ build_style=gnu-configure configure_args="--with-caps" hostmakedepends="pkg-config" makedepends="libcap-devel" -checkdepends="python-pyelftools" +checkdepends="python3-pyelftools" short_desc="PaX aware and related utilities for ELF binaries" maintainer="Leah Neukirchen " license="GPL-2.0-only"