python3-scikit-video: move deps to allow cross-compilation

This commit is contained in:
Andrew J. Hesford 2020-07-01 13:31:54 -04:00 committed by Daniel Kolesa
parent a0966822b0
commit 04aa438383

View file

@ -1,12 +1,11 @@
# Template file for 'python3-scikit-video' # Template file for 'python3-scikit-video'
pkgname=python3-scikit-video pkgname=python3-scikit-video
version=1.1.11 version=1.1.11
revision=1 revision=2
wrksrc="scikit-video-${version}" wrksrc="scikit-video-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-scipy python3-Pillow"
makedepends="python3-devel python3-numpy python3-scipy python3-Pillow" depends="python3-scipy python3-Pillow"
depends="python3-numpy python3-scipy python3-Pillow"
short_desc="Video processing in Python, which is modeled around scikit packages" short_desc="Video processing in Python, which is modeled around scikit packages"
maintainer="ash <bhat40436@gmail.com>" maintainer="ash <bhat40436@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"