python3-typed-ast: add missing python3 dependency
This commit is contained in:
parent
44228437bb
commit
f45522897d
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-typed-ast'
|
# Template file for 'python3-typed-ast'
|
||||||
pkgname=python3-typed-ast
|
pkgname=python3-typed-ast
|
||||||
version=1.4.3
|
version=1.4.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="typed_ast-${version}"
|
wrksrc="typed_ast-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="AST module with type comment support"
|
short_desc="AST module with type comment support"
|
||||||
maintainer="whoami <whoami@systemli.org>"
|
maintainer="whoami <whoami@systemli.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue