python3-pivy: add missing python3 dependency

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

View file

@ -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"