gnu: Remove python2-magic.

* gnu/packages/python-xyz.scm (python2-magic): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:01:08 -04:00
parent 15558b09be
commit 5478ffa1ba
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16474,9 +16474,6 @@ (define-public python-magic
the same purpose: to provide Python bindings for libmagic.")
(license license:expat)))
(define-public python2-magic
(package-with-python2 python-magic))
(define-public python-pkgconfig
(package
(name "python-pkgconfig")