From f45522897d4fb1f4e7bc3bf58c97d78698c536ae Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:12 +0100 Subject: [PATCH] python3-typed-ast: add missing python3 dependency --- srcpkgs/python3-typed-ast/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template index d81bec57e4f..eaf6f86e905 100644 --- a/srcpkgs/python3-typed-ast/template +++ b/srcpkgs/python3-typed-ast/template @@ -1,11 +1,12 @@ # Template file for 'python3-typed-ast' pkgname=python3-typed-ast version=1.4.3 -revision=2 +revision=3 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" checkdepends="python3-pytest" short_desc="AST module with type comment support" maintainer="whoami "