diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:37:26 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:25 -0500 |
commit | 64c8f49ccce3d0084450037646659cdcbbedfb33 (patch) | |
tree | 76c0ab3e595a4c5098b12498d387dd0e7023b79a /gnu/packages/python-xyz.scm | |
parent | 674391d0cbf9b7c76e8327e9af2545448a3fe3ab (diff) | |
download | guix-64c8f49ccce3d0084450037646659cdcbbedfb33.tar.gz guix-64c8f49ccce3d0084450037646659cdcbbedfb33.zip |
gnu: python2-pbr: Remove package.
* gnu/packages/python-xyz.scm (python2-pbr-minimal)
(python2-pbr): Delete variables.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1c80dd8602..012e0f0168 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2521,9 +2521,6 @@ code introspection, and logging.") "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 @@ versions, process requirements files and generate AUTHORS and ChangeLog file from git information. "))) -(define-public python2-pbr - (package-with-python2 python-pbr)) - (define-public python-pyrsistent (package (name "python-pyrsistent") |