python3-ropgadget: add missing dep

This commit is contained in:
chrysos349 2024-10-04 17:39:04 +03:00 committed by Đoàn Trần Công Danh
parent 4e8ca3f055
commit a0c09ace3a
1 changed files with 2 additions and 2 deletions

View File

@ -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>"