From 1f3c99690e5b6372f6117ed636740d8fd3147f9f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 29 Jan 2023 12:43:31 +0100 Subject: [PATCH] python3-ropgadget: remove pip from checkdepends --- srcpkgs/python3-ropgadget/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ropgadget/template b/srcpkgs/python3-ropgadget/template index 6feaee606c9..0945c4d5082 100644 --- a/srcpkgs/python3-ropgadget/template +++ b/srcpkgs/python3-ropgadget/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="capstone-python3 python3" -checkdepends="python3-wheel python3-pip" +checkdepends="${depends}" short_desc="Search gadgets in binaries to facilitate ROP exploitation" maintainer="Leah Neukirchen " license="GPL-2.0-or-later"