summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2022-11-06 20:27:57 +0100
committer Willy Sudiarto Raharjo2022-11-12 16:33:13 +0100
commit2411f01f867c5ad8f39b326b9b2e904935e71131 (patch)
tree5e5887f16a8237f4041af2a9bd3c66f4898c5607 /python
parent0a6764abc0241c7e2dcc2fa27d1046252129f239 (diff)
downloadslackbuilds-2411f01f867c5ad8f39b326b9b2e904935e71131.tar.gz
python/snuggs: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/snuggs/snuggs.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/snuggs/snuggs.info b/python/snuggs/snuggs.info
index 819cd7528e..5098ab8cef 100644
--- a/python/snuggs/snuggs.info
+++ b/python/snuggs/snuggs.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.7/snuggs-1.4.7.tar.gz"
MD5SUM="28633274352aa2149b4d490c1e883a2a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="click-legacy7 numpy numpy3"
+REQUIRES="click-legacy7 python2-numpy python3-numpy"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"