mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-prctl: add missing python3 dependency
This commit is contained in:
parent
4b52023aa3
commit
48f63b0b4e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue