mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Remove python2-backports-csv.
* gnu/packages/python-xyz.scm (python2-backports-csv): Delete variable.
This commit is contained in:
parent
a55151703f
commit
0740b12df3
1 changed files with 0 additions and 10 deletions
|
@ -9824,16 +9824,6 @@ This is due, for the most part, to the difference between str in
|
||||||
Python 2 and Python 3.")
|
Python 2 and Python 3.")
|
||||||
(license license:psfl)))
|
(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
|
(define-public python-waf
|
||||||
(package
|
(package
|
||||||
(name "python-waf")
|
(name "python-waf")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue