diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | contrib/packages/guix/guix-env-py2.scm | 1 | ||||
-rw-r--r-- | contrib/packages/guix/notest-guix-env.scm | 1 | ||||
-rw-r--r-- | doc/handbook/chapters/installation.texi | 1 |
4 files changed, 2 insertions, 6 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 diff --git a/contrib/packages/guix/guix-env-py2.scm b/contrib/packages/guix/guix-env-py2.scm index 6085f96a9..11e5451e2 100644 --- a/contrib/packages/guix/guix-env-py2.scm +++ b/contrib/packages/guix/guix-env-py2.scm @@ -102,7 +102,6 @@ ("zlib" ,zlib) ("perl" ,perl) ("python-2" ,python-2) ; tests and gnunet-qr - ("python2-future" ,python2-future) ("jansson" ,jansson) ("nss" ,nss) ("glib" ,glib "bin") diff --git a/contrib/packages/guix/notest-guix-env.scm b/contrib/packages/guix/notest-guix-env.scm index ffb0ec889..1fafd961d 100644 --- a/contrib/packages/guix/notest-guix-env.scm +++ b/contrib/packages/guix/notest-guix-env.scm @@ -100,7 +100,6 @@ ("zlib" ,zlib) ("perl" ,perl) ("python-2" ,python-2) ; tests and gnunet-qr - ("python2-future" ,python2-future) ("jansson" ,jansson) ("nss" ,nss) ("glib" ,glib "bin") diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi index e110edc61..b625687e1 100644 --- a/doc/handbook/chapters/installation.texi +++ b/doc/handbook/chapters/installation.texi @@ -90,7 +90,6 @@ These are the dependencies only required for certain features These are the test suite requirements: @itemize @bullet @item python3.7 -@item python3-7 future module @item gnunet (installation first) @item which(1) @item a shell (possibly Bash, maybe just POSIX sh) |