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:
parent
e767bdee3a
commit
04943bbcb3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue