guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit a5e81d312447f063a5b51231ce6b5c337fcf8674
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Dec 14 00:07:43 2025 +0100

    gnu: python-jmespath: Use older setuptools.
    
    * gnu/packages/python-xyz.scm (python-jmespath)[native-inputs]:
    Add python-setuptools-67.
    
    Change-Id: I4bbaae33af1095f1f0757190c63d3eec7fa7afdc
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a5eda35d26..fe2087845e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19980,7 +19980,7 @@ that deprecated code is eventually removed.")
        "1gpdc1f0q5c9scmbw1l9g40jjfk3pxwg91ayvn7xbvvddlh1n9lh"))))
    (build-system python-build-system)
    (native-inputs
-    (list python-pytest))
+    (list python-pytest python-setuptools-67))
    (synopsis "JSON Matching Expressions")
    (description "JMESPath (pronounced “james path”) is a Python library that
 allows one to declaratively specify how to extract elements from a JSON

Reply via email to