gnu: python-jinja2: Remove workaround for < Python 3.6.
* gnu/packages/python.scm (python-jinja2)[arguments]: Remove field.
This commit is contained in:
parent
4ae65558b8
commit
5db49f7ac8
|
@ -3106,18 +3106,6 @@ for Python.")
|
||||||
(base32
|
(base32
|
||||||
"1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx"))))
|
"1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; These files cannot be built with Python < 3.6. See
|
|
||||||
;; https://github.com/pallets/jinja/issues/655
|
|
||||||
;; FIXME: Remove this when the "python" package is upgraded.
|
|
||||||
(add-after 'unpack 'delete-incompatible-files
|
|
||||||
(lambda _
|
|
||||||
(for-each delete-file
|
|
||||||
'("jinja2/asyncsupport.py"
|
|
||||||
"jinja2/asyncfilters.py"))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-markupsafe" ,python-markupsafe)))
|
`(("python-markupsafe" ,python-markupsafe)))
|
||||||
(home-page "http://jinja.pocoo.org/")
|
(home-page "http://jinja.pocoo.org/")
|
||||||
|
|
Loading…
Reference in New Issue