diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-01 12:01:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:59 +0700 |
commit | bf5624d164d03a5390dab7d459f962fd333163de (patch) | |
tree | 43e5076d11b055ccbdb303211ef9f99f25c2532f | |
parent | 372f7da87dd33cfa9e3b0ec89c51c34990084e30 (diff) |
python/python3-ipython: Added missing dependency.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r-- | python/python3-ipython/python3-ipython.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index 34b451c08908..0ad1b44a3102 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ipython/ipython/archive/6.1.0/ipython-6.1.0.tar.gz" MD5SUM="fe9735deed14637da8d96746b2f6eadf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-decorator python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets" +REQUIRES="python3-decorator python3-ipython_genutils python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |