mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python2-pbr: Remove package.
* gnu/packages/python-xyz.scm (python2-pbr-minimal) (python2-pbr): Delete variables.
This commit is contained in:
parent
674391d0cb
commit
64c8f49ccc
1 changed files with 0 additions and 6 deletions
|
@ -2521,9 +2521,6 @@ (define-public python-pbr-minimal
|
|||
"Used only for bootstrapping python2-pbr, you should not need this.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-pbr-minimal
|
||||
(package-with-python2 python-pbr-minimal))
|
||||
|
||||
(define-public python-pbr
|
||||
(package
|
||||
(inherit python-pbr-minimal)
|
||||
|
@ -2551,9 +2548,6 @@ (define-public python-pbr
|
|||
from git information.
|
||||
")))
|
||||
|
||||
(define-public python2-pbr
|
||||
(package-with-python2 python-pbr))
|
||||
|
||||
(define-public python-pyrsistent
|
||||
(package
|
||||
(name "python-pyrsistent")
|
||||
|
|
Loading…
Reference in a new issue