pax-utils: depend on python3-pyelftools
This commit is contained in:
parent
4d3d466dd5
commit
fa2202776b
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'pax-utils'
|
# Template file for 'pax-utils'
|
||||||
pkgname=pax-utils
|
pkgname=pax-utils
|
||||||
version=1.3.8
|
version=1.3.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
checkdepends="python3-pyelftools"
|
depends="python3-pyelftools"
|
||||||
|
checkdepends="${depends}"
|
||||||
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…
Reference in New Issue