From 72542738d7712d79b40f410ccc064de16e22505a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 5 Dec 2022 16:08:32 -0500 Subject: [PATCH] python3-inflate64: fix build dependencies --- srcpkgs/python3-inflate64/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-inflate64/template b/srcpkgs/python3-inflate64/template index 4a60f8fa0e2..f413b383c89 100644 --- a/srcpkgs/python3-inflate64/template +++ b/srcpkgs/python3-inflate64/template @@ -1,9 +1,9 @@ # Template file for 'python3-inflate64' pkgname=python3-inflate64 version=0.3.0 -revision=2 +revision=3 build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" makedepends="python3-devel" depends="python3" checkdepends="python3-pytest"