diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-06 19:43:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:17 +0700 |
commit | e42c9ffadadd2ca4bb7cb5c3a529a6c3543b1c82 (patch) | |
tree | 45110d9d0304a52c276b1f94c108b960e3ccde2c /python | |
parent | ca736287fd19b994a8f79de2f092e4f20ab02e30 (diff) | |
download | slackbuilds-e42c9ffadadd2ca4bb7cb5c3a529a6c3543b1c82.tar.gz |
python/python3-patsy: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-patsy/python3-patsy.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-patsy/python3-patsy.info b/python/python3-patsy/python3-patsy.info index 1eb48d5683..301a37adfd 100644 --- a/python/python3-patsy/python3-patsy.info +++ b/python/python3-patsy/python3-patsy.info @@ -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" |