python3-typed-ast: add missing python3 dependency
This commit is contained in:
parent
44228437bb
commit
f45522897d
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue