mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jsonschema-3: Fix build.
As seen in CI <https://ci.guix.gnu.org/build/6342439/log/raw>. * gnu/packages/python-xyz.scm (python-jsonschema-3)[arguments]<phases>: Do not modify not existing phase, disable tests instead. Change-Id: I7aadf51a0b5a7de36c93c981074b2c4f6bd0b3b4
This commit is contained in:
parent
7d14602a60
commit
d4a202cab6
1 changed files with 3 additions and 5 deletions
|
@ -6033,6 +6033,8 @@ and convert DDL to BigQuery JSON schema.")
|
||||||
"Jsonschema is an implementation of JSON Schema for Python.")
|
"Jsonschema is an implementation of JSON Schema for Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; For docker-compose 1.29.2, remove when its updated to the latest 2.x
|
||||||
|
;; version.
|
||||||
(define-public python-jsonschema-3
|
(define-public python-jsonschema-3
|
||||||
(package
|
(package
|
||||||
(inherit python-jsonschema)
|
(inherit python-jsonschema)
|
||||||
|
@ -6045,11 +6047,7 @@ and convert DDL to BigQuery JSON schema.")
|
||||||
"0ykr61yiiizgvm3bzipa3l73rvj49wmrybbfwhvpgk3pscl5pa68"))))
|
"0ykr61yiiizgvm3bzipa3l73rvj49wmrybbfwhvpgk3pscl5pa68"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments python-jsonschema)
|
(substitute-keyword-arguments (package-arguments python-jsonschema)
|
||||||
((#:phases phases)
|
((#:tests? _ #t) #f)))
|
||||||
#~(modify-phases #$phases
|
|
||||||
(replace 'pretend-version
|
|
||||||
(lambda _
|
|
||||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs
|
(list python-attrs
|
||||||
python-importlib-metadata
|
python-importlib-metadata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue