diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 15:44:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | c2e9c35cdad0eceba8fea0a622155d607071a8b0 (patch) | |
tree | 1915aeb694eec1e8c583b5d5b24fc428857a6f57 /python/pytables | |
parent | 0203f6567c033b05f0b66e64f7e79bd9b3474bc6 (diff) | |
download | slackbuilds-c2e9c35cdad0eceba8fea0a622155d607071a8b0.tar.gz |
Multiple: Fix .info and README (Cython refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pytables')
-rw-r--r-- | python/pytables/pytables.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info index 5320f07c30..cdfbface7d 100644 --- a/python/pytables/pytables.info +++ b/python/pytables/pytables.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.2.0.tar.gz" MD5SUM="339a2225ee814a6899cb14e7ba28c081" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Cython hdf5 numexpr" +REQUIRES="hdf5 numexpr" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" |