python3-scikit-video: move deps to allow cross-compilation
This commit is contained in:
parent
a0966822b0
commit
04aa438383
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python3-scikit-video'
|
||||
pkgname=python3-scikit-video
|
||||
version=1.1.11
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="scikit-video-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel python3-numpy python3-scipy python3-Pillow"
|
||||
depends="python3-numpy python3-scipy python3-Pillow"
|
||||
hostmakedepends="python3-setuptools python3-scipy python3-Pillow"
|
||||
depends="python3-scipy python3-Pillow"
|
||||
short_desc="Video processing in Python, which is modeled around scikit packages"
|
||||
maintainer="ash <bhat40436@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue