From 9bcfa4ddb6b83b95c431c80a065b3c004d24f70f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:54 -0400 Subject: [PATCH] urh: build with python3-Cython0.29 --- srcpkgs/urh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template index 045c82f6b3a..1e2721e3359 100644 --- a/srcpkgs/urh/template +++ b/srcpkgs/urh/template @@ -1,12 +1,12 @@ # Template file for 'urh' pkgname=urh version=2.9.4 -revision=1 +revision=2 build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython python3-numpy" +hostmakedepends="python3-setuptools python3-Cython0.29 python3-numpy" makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel libhackrf-devel uhd-devel libgomp-devel" -depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil +depends="python3-numpy python3-PyQt5 python3-Cython0.29 python3-psutil python3-setuptools" checkdepends="$depends" short_desc="Universal Radio Hacker: investigate unknown wireless protocols"