Docs: Remove requirement for `python-future`.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 10 Mar 2019 18:49:15 +0000 (19:49 +0100)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 10 Mar 2019 18:49:50 +0000 (19:49 +0100)
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.

README
contrib/packages/guix/guix-env-py2.scm
contrib/packages/guix/notest-guix-env.scm
doc/handbook/chapters/installation.texi

diff --git a/README b/README
index d56df77648012552f72ac0bbbe8bca7c859a5bec..982d7241d06b2be00f89d863027da305e838519e 100644 (file)
--- a/README
+++ b/README
@@ -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
index 6085f96a90f0fcda92111ebef56c6b90792bbeeb..11e5451e2106186937bb67fd3a6802e6cd82a2bb 100644 (file)
          ("zlib" ,zlib)
          ("perl" ,perl)
          ("python-2" ,python-2) ; tests and gnunet-qr
-         ("python2-future" ,python2-future)
          ("jansson" ,jansson)
          ("nss" ,nss)
          ("glib" ,glib "bin")
index ffb0ec8896a5dc6d1b716c5b248df9b9b08e910f..1fafd961d854308b2d55ce17f732917406456c6f 100644 (file)
          ("zlib" ,zlib)
          ("perl" ,perl)
          ("python-2" ,python-2) ; tests and gnunet-qr
-         ("python2-future" ,python2-future)
          ("jansson" ,jansson)
          ("nss" ,nss)
          ("glib" ,glib "bin")
index e110edc61334e7d18857a72e6f64a2de7ef7f180..b625687e1f220b7b94d7b858d464efbc3599ed35 100644 (file)
@@ -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)