From c70327911b7f6435097ff39c869179ff97f19f76 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 13 Feb 2022 14:03:38 +0100 Subject: [PATCH] python3-Ropper: add missing dependency --- srcpkgs/python3-Ropper/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template index 1c3a8ac36b9..8f0f98cd100 100644 --- a/srcpkgs/python3-Ropper/template +++ b/srcpkgs/python3-Ropper/template @@ -1,11 +1,11 @@ # Template file for 'python3-Ropper' pkgname=python3-Ropper version=1.13.7 -revision=1 +revision=2 wrksrc="Ropper-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="capstone-python3 python3-filebytes keystone-python3" +depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools" checkdepends="python3-pytest $depends" short_desc="Find gadgets to build rop chains for different architectures" maintainer="Andrew Benson "