python3-cairo: depend on python3
This commit is contained in:
parent
8dfa5f3a54
commit
2ab155fcc5
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-cairo'
|
# Template file for 'python3-cairo'
|
||||||
pkgname=python3-cairo
|
pkgname=python3-cairo
|
||||||
version=1.19.1
|
version=1.19.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pycairo-${version}"
|
wrksrc="pycairo-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="cairo-devel python3-devel"
|
makedepends="cairo-devel python3-devel"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 bindings for the cairo graphics library"
|
short_desc="Python3 bindings for the cairo graphics library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Reference in a new issue