diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template index fc236aa855..12e32a4f11 100644 --- a/srcpkgs/python3-scikit-video/template +++ b/srcpkgs/python3-scikit-video/template @@ -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 " license="BSD-3-Clause"