summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 03:21:01 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:58 -0400
commitcd78abdbe7b26e8e31b5918760f2b2b3948008dc (patch)
treef9e5046348339e78a2ceb419c35716bd7269850a /gnu/packages
parentafdf9e409017a14505c5a463cfd7c87e06c5ef78 (diff)
downloadguix-patches-cd78abdbe7b26e8e31b5918760f2b2b3948008dc.tar
guix-patches-cd78abdbe7b26e8e31b5918760f2b2b3948008dc.tar.gz
gnu: Remove python2-pretend.
* gnu/packages/python-xyz.scm (python2-pretend): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 9974263a4e..31b8791d5a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12195,9 +12195,6 @@ fakes, or doubles. Basically, a stub is an object that returns pre-canned
responses, rather than doing any computation.")
(license license:bsd-3)))
-(define-public python2-pretend
- (package-with-python2 python-pretend))
-
(define-public python-pip
(package
(name "python-pip")