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:
Guillaume Le Vaillant 2021-08-28 21:44:36 +02:00
parent f3152cf302
commit f7e69b53d6
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -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