aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:49:15 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:49:50 +0100
commit3d6ba937a5a5046b3d531c17691d5d1155daae71 (patch)
tree4bec7f23289ec196b726a7903d6d55e9d7d3081c /contrib
parent4deae01fba7218d3e31cc008e390c392ea9a2238 (diff)
downloadgnunet-3d6ba937a5a5046b3d531c17691d5d1155daae71.tar.gz
gnunet-3d6ba937a5a5046b3d531c17691d5d1155daae71.zip
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 'contrib')
-rw-r--r--contrib/packages/guix/guix-env-py2.scm1
-rw-r--r--contrib/packages/guix/notest-guix-env.scm1
2 files changed, 0 insertions, 2 deletions
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")