summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:46:46 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:52 -0400
commit4d235ef857b82ea2bcfd0ce5d45f85dcf760b4f2 (patch)
tree9442b7d68448c2134501d1716773c0347908db2e
parent20f94ed992f4d377021ae395f3e9c48a0d20685d (diff)
downloadguix-4d235ef857b82ea2bcfd0ce5d45f85dcf760b4f2.tar.gz
gnu: Remove python2-isoweek.
* gnu/packages/python-xyz.scm (python2-isoweek): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a12dc2df50..de31e9512d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22494,9 +22494,6 @@ a notation for identifying weeks; yyyyWww (where the W is a literal).
 Week instances stringify to this form.")
     (license license:bsd-3)))
 
-(define-public python2-isoweek
-  (package-with-python2 python-isoweek))
-
 (define-public python-pyzbar
   (package
     (name "python-pyzbar")