python3-ropgadget: add missing dep
This commit is contained in:
parent
4e8ca3f055
commit
a0c09ace3a
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-ropgadget'
|
||||
pkgname=python3-ropgadget
|
||||
version=7.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="capstone-python3 python3"
|
||||
depends="capstone-python3 python3-setuptools"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Search gadgets in binaries to facilitate ROP exploitation"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in New Issue