From 3d6ba937a5a5046b3d531c17691d5d1155daae71 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 10 Mar 2019 19:49:15 +0100 Subject: 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. --- contrib/packages/guix/guix-env-py2.scm | 1 - contrib/packages/guix/notest-guix-env.scm | 1 - 2 files changed, 2 deletions(-) (limited to 'contrib') 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") -- cgit v1.2.3