From 7750dad5523fdfbface8f7624d5ba77dd08e7fec Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 25 Feb 2025 08:20:54 -0600 Subject: [PATCH] python3-Ropper: fix crossbuild --- 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 dbb5976ba0e..0bf76848ed3 100644 --- a/srcpkgs/python3-Ropper/template +++ b/srcpkgs/python3-Ropper/template @@ -1,9 +1,9 @@ # Template file for 'python3-Ropper' pkgname=python3-Ropper version=1.13.12 -revision=1 +revision=2 build_style=python3-pep517 -hostmakedepends="python3-poetry-core" +hostmakedepends="python3-poetry-core python3-setuptools" depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools" checkdepends="python3-pytest $depends" short_desc="Find gadgets to build rop chains for different architectures"