python3-asteval: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:01 +01:00
parent 92bea68af5
commit 0ed646eb8f
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'python3-asteval' # Template file for 'python3-asteval'
pkgname=python3-asteval pkgname=python3-asteval
version=0.9.21 version=0.9.21
revision=2 revision=3
wrksrc=${pkgname#*-}-${version} wrksrc=${pkgname#*-}-${version}
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest"
short_desc="Safe, minimalistic evaluator of python expression using ast module" short_desc="Safe, minimalistic evaluator of python expression using ast module"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"