mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python3-pivy: add missing python3 dependency
This commit is contained in:
parent
9ae832bb03
commit
4b52023aa3
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-pivy'
|
# Template file for 'python3-pivy'
|
||||||
pkgname=python3-pivy
|
pkgname=python3-pivy
|
||||||
version=0.6.6
|
version=0.6.6
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="pivy-${version}"
|
wrksrc="pivy-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3-devel swig"
|
hostmakedepends="python3-devel swig"
|
||||||
makedepends="python3-devel coin3-devel"
|
makedepends="python3-devel coin3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 bindings for the high-level 3D graphics library Coin"
|
short_desc="Python3 bindings for the high-level 3D graphics library Coin"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue