diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-30 10:32:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:43 -0400 |
commit | 60965e70ed41c2086352f11ad3eedd69b59aec44 (patch) | |
tree | 9a02eb2b34cad22db745a3b77eb196508494c4b4 /gnu/packages/python-xyz.scm | |
parent | 8ab2f519d42b2221b53e0a9ecc57a86548969309 (diff) | |
download | guix-60965e70ed41c2086352f11ad3eedd69b59aec44.tar.gz guix-60965e70ed41c2086352f11ad3eedd69b59aec44.zip |
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
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 |