aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:49:15 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:49:50 +0100
commit3d6ba937a5a5046b3d531c17691d5d1155daae71 (patch)
tree4bec7f23289ec196b726a7903d6d55e9d7d3081c /README
parent4deae01fba7218d3e31cc008e390c392ea9a2238 (diff)
downloadgnunet-3d6ba937a5a5046b3d531c17691d5d1155daae71.tar.gz
gnunet-3d6ba937a5a5046b3d531c17691d5d1155daae71.zip
Docs: Remove requirement for `python-future`.
This Python module was used nowhere and would not make much sense either: The code is for Python 3.7 which is the most current version of Python and there is no "future" to "backport" to 3.7.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index d56df7764..982d7241d 100644
--- a/README
+++ b/README
@@ -75,7 +75,6 @@ These are the dependencies for GNUnet's testsuite:
75- Posix Shell (for some tests) 75- Posix Shell (for some tests)
76- Bash (for some tests[*4]) 76- Bash (for some tests[*4])
77- python >= 3.7 (only python 3.7 is supported) 77- python >= 3.7 (only python 3.7 is supported)
78- python-future >= 3.7 (only python 3.7 is supported)
79- base tools 78- base tools
80 - mostly: 79 - mostly:
81 - which, 80 - which,
@@ -428,8 +427,8 @@ $ make install
428$ export $GNUNET_PREFIX=$SOMEWHERE 427$ export $GNUNET_PREFIX=$SOMEWHERE
429$ make check 428$ make check
430 429
431Some of the testcases require python >= 3.7, and the python modules 430Some of the testcases require python >= 3.7, and the python module
432"python-future" (http://python-future.org/) and "pexpect" to be installed. 431"pexpect" to be installed.
433If any testcases fail to pass on your system, run 432If any testcases fail to pass on your system, run
434"contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport" 433"contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport"
435when you already have GNUnet installed and report its output together with 434when you already have GNUnet installed and report its output together with