diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:23:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:59 -0400 |
commit | 273ec2dc3b2c38a136cd7e184a625ea74b46ce88 (patch) | |
tree | 9da57b620bf53b91b275744ceca9ef983e6e2331 /gnu/packages | |
parent | 5ab8206491589e9e951498faba25de117c058ee8 (diff) | |
download | guix-273ec2dc3b2c38a136cd7e184a625ea74b46ce88.tar guix-273ec2dc3b2c38a136cd7e184a625ea74b46ce88.tar.gz |
gnu: Remove python2-schematics.
* gnu/packages/python-xyz.scm (python2-schematics): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 8188ff6333..8bfc64a4d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18724,9 +18724,6 @@ JSON) codec.") (description "Python Data Structures for Humans.") (license license:bsd-3))) -(define-public python2-schematics - (package-with-python2 python-schematics)) - (define-public python-odfpy (package (name "python-odfpy") |