aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--contrib/packages/guix/guix-env-py2.scm1
-rw-r--r--contrib/packages/guix/notest-guix-env.scm1
-rw-r--r--doc/handbook/chapters/installation.texi1
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:
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
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 @@
102 ("zlib" ,zlib) 102 ("zlib" ,zlib)
103 ("perl" ,perl) 103 ("perl" ,perl)
104 ("python-2" ,python-2) ; tests and gnunet-qr 104 ("python-2" ,python-2) ; tests and gnunet-qr
105 ("python2-future" ,python2-future)
106 ("jansson" ,jansson) 105 ("jansson" ,jansson)
107 ("nss" ,nss) 106 ("nss" ,nss)
108 ("glib" ,glib "bin") 107 ("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 @@
100 ("zlib" ,zlib) 100 ("zlib" ,zlib)
101 ("perl" ,perl) 101 ("perl" ,perl)
102 ("python-2" ,python-2) ; tests and gnunet-qr 102 ("python-2" ,python-2) ; tests and gnunet-qr
103 ("python2-future" ,python2-future)
104 ("jansson" ,jansson) 103 ("jansson" ,jansson)
105 ("nss" ,nss) 104 ("nss" ,nss)
106 ("glib" ,glib "bin") 105 ("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
90These are the test suite requirements: 90These are the test suite requirements:
91@itemize @bullet 91@itemize @bullet
92@item python3.7 92@item python3.7
93@item python3-7 future module
94@item gnunet (installation first) 93@item gnunet (installation first)
95@item which(1) 94@item which(1)
96@item a shell (possibly Bash, maybe just POSIX sh) 95@item a shell (possibly Bash, maybe just POSIX sh)