summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis2019-10-28 19:16:21 +0100
committer Willy Sudiarto Raharjo2019-11-02 07:29:44 +0100
commit30700d18b36e0f7aab80a35fc447b4049a989dca (patch)
tree17cafa0a5c284c0f61870f1b14032bcc6cd8bc2e /development
parent2264316ddc349cc2961c3037d23a56e52c8b67cb (diff)
downloadslackbuilds-30700d18b36e0f7aab80a35fc447b4049a989dca.tar.gz
development/bpython: Updated INFO & README file.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/bpython/README2
-rw-r--r--development/bpython/bpython.info2
2 files changed, 3 insertions, 1 deletions
diff --git a/development/bpython/README b/development/bpython/README
index 7364eee49a..584378d5d1 100644
--- a/development/bpython/README
+++ b/development/bpython/README
@@ -1 +1,3 @@
bpython is a fancy curses interface to the Python interactive interpreter.
+
+NOTE: Install python3 first before installing all other requirements.
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info
index dbf8ce4916..6613d6b524 100644
--- a/development/bpython/bpython.info
+++ b/development/bpython/bpython.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/cc/af/4ebe98f22713b4d66d57b85d
MD5SUM="a150a9ff3383013da1156dda4b44280d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 python-requests Pygments curtsies greenlet"
+REQUIRES="python3-six python-requests Pygments curtsies greenlet"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"