From ba860aca5e5b0e7aaf24946afc96a7818be4ae09 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:01 +0100 Subject: [PATCH] python3-authres: add missing python3 dependency --- srcpkgs/python3-authres/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template index 88ec54db1f3..69bb2ee980a 100644 --- a/srcpkgs/python3-authres/template +++ b/srcpkgs/python3-authres/template @@ -1,11 +1,12 @@ # Template file for 'python3-authres' pkgname=python3-authres version=1.2.0 -revision=4 +revision=5 wrksrc="authres-${version}" build_style=python3-module pycompile_module=authres hostmakedepends="python3-setuptools" +depends="python3" short_desc="Authentication Results Header Module" maintainer="Doan Tran Cong Danh " license="Apache-2.0"