mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-pip.
* gnu/packages/python-xyz.scm (python2-pip): Delete variable.
This commit is contained in:
parent
62aeb46d0d
commit
2c7bdb3f25
1 changed files with 0 additions and 3 deletions
|
@ -13177,9 +13177,6 @@ (define-public python-pip
|
|||
Python Package Index (PyPI).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pip
|
||||
(package-with-python2 python-pip))
|
||||
|
||||
;;; Variant used to break a dependency cycle with
|
||||
;;; python-pytest-perf-bootstrap.
|
||||
(define-public python-pip-run-bootstrap
|
||||
|
|
Loading…
Reference in a new issue