python3-typed-ast: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:12 +01:00
parent 44228437bb
commit f45522897d
1 changed files with 2 additions and 1 deletions

View File

@ -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 <whoami@systemli.org>"