graphics/mypaint: Use correct numpy dep.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-03-08 18:04:26 +13:00 committed by Willy Sudiarto Raharjo
parent e767bdee3a
commit 04943bbcb3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mypaint/mypaint/archive/v2.0.1/mypaint-2.0.1.tar.gz
MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy mypaint-brushes2"
REQUIRES="numpy3 mypaint-brushes2"
MAINTAINER="Klaatu"
EMAIL="klaatu@member.fsf.org"