From b8e0896c21395b217f758c88791a8f1627fc93e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:13 -0400 Subject: [PATCH] resynthesizer: add explicit python_version --- srcpkgs/resynthesizer/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/resynthesizer/template b/srcpkgs/resynthesizer/template index d0652cffb67..d0c717f8b57 100644 --- a/srcpkgs/resynthesizer/template +++ b/srcpkgs/resynthesizer/template @@ -12,6 +12,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/bootchk/resynthesizer" distfiles="https://github.com/bootchk/resynthesizer/archive/v${version}.tar.gz" checksum=798678095c34b101c880eb350b31e9a6ff9748707d6ad9063cdee26c38016450 +python_version=2 #unverified if [ "$CROSS_BUILD" ];then hostmakedepends+=" glib-devel gettext-devel"