python3-kiwisolver: add missing python3 dependency
This commit is contained in:
parent
329c321c0f
commit
6f85e0bc00
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-kiwisolver'
|
# Template file for 'python3-kiwisolver'
|
||||||
pkgname=python3-kiwisolver
|
pkgname=python3-kiwisolver
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="kiwisolver-${version}"
|
wrksrc="kiwisolver-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-cppy"
|
hostmakedepends="python3-setuptools python3-cppy"
|
||||||
makedepends="python3-devel python3-cppy"
|
makedepends="python3-devel python3-cppy"
|
||||||
|
depends="python3"
|
||||||
short_desc="Fast implementation of the Cassowary constraint solver (Python3)"
|
short_desc="Fast implementation of the Cassowary constraint solver (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue