libraries/vmaf: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2022-11-06 19:47:05 +00:00 committed by Willy Sudiarto Raharjo
parent 3ef6861a4f
commit dfbd7fe188
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Netflix/vmaf/archive/v2.3.1/vmaf-2.3.1.tar.gz"
MD5SUM="be40a256a3b739ffc2119b45f919d6bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenBLAS numpy3"
REQUIRES="OpenBLAS python3-numpy"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"