guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-owslib: Fix build.


From: guix-commits
Subject: 01/02: gnu: python-owslib: Fix build.
Date: Sat, 28 Aug 2021 16:42:52 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit f7e69b53d6ea6857303887136144fb0e3e839f62
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Aug 28 21:44:36 2021 +0200

    gnu: python-owslib: Fix build.
    
    * gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable
      'sanity-check' phase until dependencies for tests are packaged.
---
 gnu/packages/python-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0a041da..8eaaf02 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23609,7 +23609,10 @@ Python.")
         (base32 "0v8vg0naa9rywvd31cpq65ljbdclpsrx09788v4xj7lg10np8nk0"))))
     (build-system python-build-system)
     (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")
     (description
      "OWSLib is a Python package for client programming with Open Geospatial



reply via email to

[Prev in Thread] Current Thread [Next in Thread]