diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:21:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:58 -0400 |
commit | cd78abdbe7b26e8e31b5918760f2b2b3948008dc (patch) | |
tree | f9e5046348339e78a2ceb419c35716bd7269850a /gnu | |
parent | afdf9e409017a14505c5a463cfd7c87e06c5ef78 (diff) | |
download | guix-cd78abdbe7b26e8e31b5918760f2b2b3948008dc.tar.gz |
gnu: Remove python2-pretend.
* gnu/packages/python-xyz.scm (python2-pretend): 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 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") |