python/python3-patsy: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-06 19:43:58 +00:00 committed by Willy Sudiarto Raharjo
parent ca736287fd
commit e42c9ffada
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/patsy/patsy-0.5.3.tar
MD5SUM="09355c852c7bd6f33fa89dc30fe79093"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy3"
REQUIRES="python3-numpy"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"