summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 21:22:56 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:59 -0400
commitbb5a50d6a274bb2724ee365191bd6ab9083abd6b (patch)
tree9f9ee8a013adedd46076fa900107f0a692f8d6ac
parent76e08a34c8f0d5a49f36909ba7e247894b23ae8f (diff)
downloadguix-bb5a50d6a274bb2724ee365191bd6ab9083abd6b.tar.gz
gnu: Remove python2-pyjwt.
* gnu/packages/python-xyz.scm (python2-pyjwt): 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 996e2574e8..4a2e3434a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3917,9 +3917,6 @@ memory usage and transliteration quality.")
      "PyJWT is a JSON Web Token implementation written in Python.")
     (license license:expat)))
 
-(define-public python2-pyjwt
-  (package-with-python2 python-pyjwt))
-
 (define-public python-pymsgbox
   (package
     (name "python-pymsgbox")