guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit 8124de7e79b33c726e6179a1a16318804b3a6c21
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Dec 14 00:04:24 2025 +0100

    gnu: python-polib: Use older setuptools.
    
    * gnu/packages/python-xyz.scm (python-polib)[native-inputs]:
    Add python-setuptools-67.
    
    Change-Id: I4be4d8b093dca118969065494bbfe93112fb5ebd
    Signed-off-by: Rutherther <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2657a81d92..a5eda35d26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7231,6 +7231,7 @@ formats, including:
                 (base32
                   "0aikb8gcarhifn3sadrbbs5czagih9hjv250gsrgy9v1d49pvn7s"))))
     (build-system python-build-system)
+    (native-inputs (list python-setuptools-67))
     (home-page "https://bitbucket.org/izi/polib/wiki/Home";)
     (synopsis "Manipulate, create and modify gettext files")
     (description "Polib can manipulate any gettext format (po, pot and mo)

Reply via email to