From 9919f3dbfb9b299bda62852ac31159c89c1fb2f7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:04 +0100 Subject: [PATCH] python3-dominate: add missing python3 dependency --- srcpkgs/python3-dominate/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template index 92b12faaf2b..c82a2b7e67d 100644 --- a/srcpkgs/python3-dominate/template +++ b/srcpkgs/python3-dominate/template @@ -1,10 +1,11 @@ # Template file for 'python3-dominate' pkgname=python3-dominate version=2.6.0 -revision=2 +revision=3 wrksrc="dominate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Library for creating and manipulating HTML (Python3)" maintainer="Benjamín Albiñana " license="LGPL-3.0-or-later"