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:
parent
398235ee6c
commit
e03d754df6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
||||||
configure_args="--with-caps"
|
configure_args="--with-caps"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
checkdepends="python-pyelftools"
|
checkdepends="python3-pyelftools"
|
||||||
short_desc="PaX aware and related utilities for ELF binaries"
|
short_desc="PaX aware and related utilities for ELF binaries"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue