diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-29 01:32:52 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 15:14:37 +0700 |
commit | ef88c565810f102ed032cdde2d2cc9f3763585a3 (patch) | |
tree | 856142b05f6cc1f3ce11e1f2c60740d17495ea83 | |
parent | acd8d38e2cbafe22aab287306ecdbfa0c6e700d8 (diff) | |
download | slackbuilds-ef88c565810f102ed032cdde2d2cc9f3763585a3.tar.gz |
development/bpython: Fix REQUIRES.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | development/bpython/bpython.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 48f78450ca..1dd5cdd70b 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -5,6 +5,6 @@ DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.2.tar.gz" MD5SUM="ce27e0b6092058e0233958c86a7df500" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-requests Pygments six curtsies greenlet" +REQUIRES="python-requests Pygments six curtsies greenlet ndg_httpsclient" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |