diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:49:15 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:49:50 +0100 |
commit | 3d6ba937a5a5046b3d531c17691d5d1155daae71 (patch) | |
tree | 4bec7f23289ec196b726a7903d6d55e9d7d3081c /contrib/packages/guix/notest-guix-env.scm | |
parent | 4deae01fba7218d3e31cc008e390c392ea9a2238 (diff) |
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/packages/guix/notest-guix-env.scm')
-rw-r--r-- | contrib/packages/guix/notest-guix-env.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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") |