python3-prctl: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:08 +01:00
parent 4b52023aa3
commit 48f63b0b4e

View file

@ -1,11 +1,12 @@
# Template file for 'python3-prctl' # Template file for 'python3-prctl'
pkgname=python3-prctl pkgname=python3-prctl
version=1.7 version=1.7
revision=7 revision=8
wrksrc=python-prctl-$version wrksrc=python-prctl-$version
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools libcap-devel" hostmakedepends="python3-setuptools libcap-devel"
makedepends="libcap-devel python3-devel" makedepends="libcap-devel python3-devel"
depends="python3"
short_desc="Python3 interface for the Linux prctl syscall" short_desc="Python3 interface for the Linux prctl syscall"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"