summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-30 10:32:34 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:43 -0400
commit60965e70ed41c2086352f11ad3eedd69b59aec44 (patch)
tree9a02eb2b34cad22db745a3b77eb196508494c4b4
parent8ab2f519d42b2221b53e0a9ecc57a86548969309 (diff)
downloadguix-60965e70ed41c2086352f11ad3eedd69b59aec44.tar.gz
gnu: dosage: Remove python2 inputs.
* gnu/packages/python-xyz.scm (dosage)[propagated-inputs]: Remove
python2-backports-functools-lru-cache and
python2-backports-shutil-get-terminal-size.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 80cdf15928..f605d146c4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2492,9 +2492,7 @@ files are easily readable and they work nicely with version control systems.")
          "0vmxgn9wd3j80hp4gr5iq06jrl4gryz5zgfdd2ah30d12sfcfig0"))))
     (build-system python-build-system)
     (propagated-inputs
-     (list python2-backports-functools-lru-cache
-           python2-backports-shutil-get-terminal-size
-           python-cached-property
+     (list python-cached-property
            python-colorama
            python-imagesize
            python-importlib-metadata