gnu: Remove python2-libarchive-c.

* gnu/packages/python-xyz.scm (python2-libarchive-c): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:45:23 -04:00
parent 42aa6229eb
commit 55383ea50b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13398,9 +13398,6 @@ (define-public python-libarchive-c
Python's @code{ctypes} foreign function interface (FFI).")
(license license:lgpl2.0+)))
(define-public python2-libarchive-c
(package-with-python2 python-libarchive-c))
(define-public python-file
(package/inherit file
(name "python-file")