diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:22:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:57 -0400 |
commit | b37fa3b15f2f8dc09553ec63753889684fa3e76d (patch) | |
tree | f429e87a2d23b685068b8b2e7256d2d299729de1 /gnu | |
parent | 2c7bdb3f250ea26c4b7f428a665fd6df538a47a0 (diff) | |
download | guix-b37fa3b15f2f8dc09553ec63753889684fa3e76d.tar.gz |
gnu: Remove python2-schedule.
* gnu/packages/python-xyz.scm (python2-schedule): 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 880da9784d..41d137b5ca 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2744,9 +2744,6 @@ any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.") (license license:expat))) -(define-public python2-schedule - (package-with-python2 python-schedule)) - (define-public python-scour (package (name "python-scour") |