diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:02:54 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:20 -0400 |
| commit | 3143a4166eefb7c870154625fa680561f09e838a (patch) | |
| tree | aaadfff282d5056165ed0ddd8e3050cd0fad2986 | |
| parent | 16ccac5a1b43300e1dacdbc6cb02390633a80cc4 (diff) | |
gnu: Remove python2-tempdir.
* gnu/packages/python-xyz.scm (python2-tempdir): Delete variable.
| -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 0637ca81b2..b2d74108d2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21322,9 +21322,6 @@ deleted with all their contents when they are no longer needed. It is particularly convenient for use in tests.") (license license:expat))) -(define-public python2-tempdir - (package-with-python2 python-tempdir)) - (define-public python-tempora (package (name "python-tempora") |
