summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:01:24 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:18 -0400
commit05f8ac96551bf7eb257721b4ee8d94505d9cc6f6 (patch)
tree809b260e382b947263d706d20e352811cb7e5a63 /gnu
parente0996a01534c7a5c1c0cc7afdc29d07134b47a54 (diff)
downloadguix-05f8ac96551bf7eb257721b4ee8d94505d9cc6f6.tar.gz
gnu: Remove python2-wrapt.
* gnu/packages/python-xyz.scm (python2-wrapt): Delete variable.
Diffstat (limited to 'gnu')
-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 dddc463228..cf20324592 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12032,9 +12032,6 @@ Supported netlink families and protocols include:
   wrappers and decorator functions.")
     (license license:bsd-2)))
 
-(define-public python2-wrapt
-  (package-with-python2 python-wrapt))
-
 (define-public python-commentjson
   (package
     (name "python-commentjson")