guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d4729eaf23dfc6c40ab99345da9b39170e667ebf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 19:06:50 2026 +0100

    gnu: python-fiona: Fix tests.
    
    * gnu/packages/geo.scm (python-fiona):
    [native-inputs]: Add python-pyparsing.
    
    Change-Id: Iea92c8d8fe626603bec1432d462a00b53cfa8386
---
 gnu/packages/geo.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0351cd01d8..056c22e7eb 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1203,6 +1203,8 @@ projections and coordinate transformations library.")
      (origin
        (method git-fetch)
        (uri (git-reference
+              ;; TODO: Unvedor fiona/_vendor/snuggs.py and
+              ;; fiona/_vendor/munch.
               (url "https://github.com/Toblerity/Fiona";)
               (commit version)))
        (file-name (git-file-name name version))
@@ -1253,6 +1255,7 @@ projections and coordinate transformations library.")
            python-boto3
            python-cython
            python-fsspec
+           python-pyparsing     ;for vendored snuggs
            python-pytest
            python-pytz
            python-setuptools

Reply via email to