diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-06-07 05:29:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-09 05:33:16 +0700 |
commit | 1513e79cc20ae10d581d5240d80c7774e78becb3 (patch) | |
tree | 3ca525d84b40af5b8928127ed18e2bd18b0bd82f /python/traitlets/traitlets.info | |
parent | ded9df5055268a9b2e8a682497b3a2ab1ab114eb (diff) | |
download | slackbuilds-1513e79cc20ae10d581d5240d80c7774e78becb3.tar.gz |
python/traitlets: Add Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/traitlets/traitlets.info')
-rw-r--r-- | python/traitlets/traitlets.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 09f1cb170a..500e8e5ad1 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.2/traitlets-4.3.2.tar MD5SUM="0b5b7986aef676d12f31a16cbbe3ed92" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="enum34 ipython_genutils six" +REQUIRES="enum34 ipython_genutils six python3-six" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |