python3-keyutils: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:06 +01:00
parent b1a7b874ee
commit 329c321c0f

View file

@ -1,11 +1,12 @@
# Template file for 'python3-keyutils' # Template file for 'python3-keyutils'
pkgname=python3-keyutils pkgname=python3-keyutils
version=0.6 version=0.6
revision=6 revision=7
wrksrc=python-keyutils-$version wrksrc=python-keyutils-$version
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel keyutils-devel" makedepends="python3-devel keyutils-devel"
depends="python3"
short_desc="Python3 bindings for keyutils" short_desc="Python3 bindings for keyutils"
maintainer="Matthias Fulz <mfulz@olznet.de>" maintainer="Matthias Fulz <mfulz@olznet.de>"
license="Apache-2.0" license="Apache-2.0"