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.
This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 19:29:34 +07:00
parent 398235ee6c
commit e03d754df6

View file

@ -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 <leah@vuxu.org>"
license="GPL-2.0-only"