me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-backports-csv.

* gnu/packages/python-xyz.scm (python2-backports-csv): Delete variable.
Maxim Cournoyer 2022-05-13 16:36:49 -04:00
parent a55151703f
commit 0740b12df3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 10 deletions

View File

@ -9824,16 +9824,6 @@ This is due, for the most part, to the difference between str in
Python 2 and Python 3.")
(license license:psfl)))
(define-public python2-backports-csv
(package
(inherit (package-with-python2 python-backports-csv))
(arguments
`(#:phases
(modify-phases %standard-phases
;; The sanity-check attempts attempts to import the non-existent
;; module "backports".
(delete 'sanity-check))))))
(define-public python-waf
(package
(name "python-waf")