diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:22:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:23:12 +0100 |
commit | c70eadeaed9367e45be3797a17d3a34e5f8f67cd (patch) | |
tree | afc8039ec5f6277f5dbdae530d0bc2f0a1d817f1 /gnu | |
parent | f4e2bc851666397e99ee4fa1d70cce5ca8d611d5 (diff) |
gnu: Remove python2-itsdangerous.
* gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e2e80484b7..cc35781dd6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3807,9 +3807,6 @@ visualisation and class tracker statistics.") environments and back.") (license license:bsd-3))) -(define-public python2-itsdangerous - (package-with-python2 python-itsdangerous)) - (define-public python-pyyaml (package (name "python-pyyaml") |