python3-ropgadget: remove pip from checkdepends
This commit is contained in:
parent
d0925791ce
commit
1f3c99690e
|
@ -6,7 +6,7 @@ build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="capstone-python3 python3"
|
depends="capstone-python3 python3"
|
||||||
checkdepends="python3-wheel python3-pip"
|
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>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue