gnu: Remove python2-debian.

This trivial package fails to build and has no users in Guix.

* gnu/packages/python-xyz.scm (python2-debian): Remove variable.
This commit is contained in:
Marius Bakke 2020-01-25 14:55:04 +01:00
parent 0edbb65d5c
commit 8fe54fa806
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7599,9 +7599,6 @@ (define-public python-debian
;; Modules are either GPLv2+ or GPLv3+. ;; Modules are either GPLv2+ or GPLv3+.
(license license:gpl3+))) (license license:gpl3+)))
(define-public python2-debian
(package-with-python2 python-debian))
(define-public python-nbformat (define-public python-nbformat
(package (package
(name "python-nbformat") (name "python-nbformat")