gnu: python-owslib: Fix build.
* gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable 'sanity-check' phase until dependencies for tests are packaged.
This commit is contained in:
parent
f3152cf302
commit
f7e69b53d6
@ -23609,7 +23609,10 @@ Python.")
|
|||||||
(base32 "0v8vg0naa9rywvd31cpq65ljbdclpsrx09788v4xj7lg10np8nk0"))))
|
(base32 "0v8vg0naa9rywvd31cpq65ljbdclpsrx09788v4xj7lg10np8nk0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; TODO: package dependencies required for tests.
|
;; TODO: package dependencies required for tests.
|
||||||
|
'(#:tests? #f
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
(delete 'sanity-check))))
|
||||||
(synopsis "Interface for Open Geospatial Consortium web service")
|
(synopsis "Interface for Open Geospatial Consortium web service")
|
||||||
(description
|
(description
|
||||||
"OWSLib is a Python package for client programming with Open Geospatial
|
"OWSLib is a Python package for client programming with Open Geospatial
|
||||||
|
Loading…
Reference in New Issue
Block a user