From 819d43b8ca0a60eabe611e608f3060e110b3b251 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 14 Dec 2025 00:04:24 +0100 Subject: [PATCH] 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 --- 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)