From 003b6dc300134e51cedf8adb78d94dc2614125c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:13 -0400 Subject: [PATCH] uhd: add explicit python_version --- srcpkgs/uhd/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/uhd/template b/srcpkgs/uhd/template index 8bda2879564..b0484732ea9 100644 --- a/srcpkgs/uhd/template +++ b/srcpkgs/uhd/template @@ -14,6 +14,7 @@ homepage="https://files.ettus.com/" changelog="https://raw.githubusercontent.com/EttusResearch/uhd/master/CHANGELOG" distfiles="https://github.com/EttusResearch/uhd/archive/v${version}.tar.gz" checksum=eed4a77d75faafff56be78985950039f8d9d1eb9fcbd58b8862e481dd49825cd +python_version=2 #unverified case "${XBPS_TARGET_MACHINE}" in arm*) configure_args="-DNEON_SIMD_ENABLE=OFF"