From a0c09ace3a63ae2cab44f835f3dc2a9b69203765 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Fri, 4 Oct 2024 17:39:04 +0300 Subject: [PATCH] python3-ropgadget: add missing dep --- srcpkgs/python3-ropgadget/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ropgadget/template b/srcpkgs/python3-ropgadget/template index 142a6a89b56..bf0a76e1995 100644 --- a/srcpkgs/python3-ropgadget/template +++ b/srcpkgs/python3-ropgadget/template @@ -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 "