me
/
guix
Archived
1
0
Fork 0

gnu: python2-backports-csv: Remove sanity-check phase.

* gnu/packages/python-xyz.scm (python2-backports-csv)[arguments]: Remove
'sanity-check phase.
master
Ricardo Wurmus 2021-11-24 14:19:45 +01:00
parent 239c90f4bf
commit ff8afea9f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 8 additions and 1 deletions

View File

@ -9612,7 +9612,14 @@ Python 2 and Python 3.")
(license license:psfl)))
(define-public python2-backports-csv
(package-with-python2 python-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 python2-backports-shutil-get-terminal-size
(package