python/python3-ipython: Added missing dependency.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
372f7da87d
commit
bf5624d164
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue