python3-authres: add missing python3 dependency

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

View File

@ -1,11 +1,12 @@
# Template file for 'python3-authres'
pkgname=python3-authres
version=1.2.0
revision=4
revision=5
wrksrc="authres-${version}"
build_style=python3-module
pycompile_module=authres
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Authentication Results Header Module"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="Apache-2.0"