mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ropgadget: add missing dep
This commit is contained in:
parent
4e8ca3f055
commit
a0c09ace3a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-ropgadget'
|
# Template file for 'python3-ropgadget'
|
||||||
pkgname=python3-ropgadget
|
pkgname=python3-ropgadget
|
||||||
version=7.4
|
version=7.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="capstone-python3 python3"
|
depends="capstone-python3 python3-setuptools"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends}"
|
||||||
short_desc="Search gadgets in binaries to facilitate ROP exploitation"
|
short_desc="Search gadgets in binaries to facilitate ROP exploitation"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue