gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/02: Docs: Remove requirement for `python-future


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: Docs: Remove requirement for `python-future`.
Date: Sun, 10 Mar 2019 19:50:04 +0100

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository gnunet.

commit 3d6ba937a5a5046b3d531c17691d5d1155daae71
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Mar 10 19:49:15 2019 +0100

    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.
---
 README                                    | 5 ++---
 contrib/packages/guix/guix-env-py2.scm    | 1 -
 contrib/packages/guix/notest-guix-env.scm | 1 -
 doc/handbook/chapters/installation.texi   | 1 -
 4 files changed, 2 insertions(+), 6 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:
 - 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
address@hidden python3-7 future module
 @item gnunet (installation first)
 @item which(1)
 @item a shell (possibly Bash, maybe just POSIX sh)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]