diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:49:15 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:49:50 +0100 |
commit | 3d6ba937a5a5046b3d531c17691d5d1155daae71 (patch) | |
tree | 4bec7f23289ec196b726a7903d6d55e9d7d3081c /README | |
parent | 4deae01fba7218d3e31cc008e390c392ea9a2238 (diff) |
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-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -75,7 +75,6 @@ These are the dependencies for GNUnet's testsuite: - Posix Shell (for some tests) - Bash (for some tests[*4]) - python >= 3.7 (only python 3.7 is supported) -- python-future >= 3.7 (only python 3.7 is supported) - base tools - mostly: - which, @@ -428,8 +427,8 @@ $ make install $ export $GNUNET_PREFIX=$SOMEWHERE $ make check -Some of the testcases require python >= 3.7, and the python modules -"python-future" (http://python-future.org/) and "pexpect" to be installed. +Some of the testcases require python >= 3.7, and the python module +"pexpect" to be installed. If any testcases fail to pass on your system, run "contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport" when you already have GNUnet installed and report its output together with |