diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-12-14 00:04:24 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:18 +0100 |
| commit | 819d43b8ca0a60eabe611e608f3060e110b3b251 (patch) | |
| tree | 9bfc5dbb0dd2e9b9124cc3897b50badee1140d91 /gnu/packages/python-xyz.scm | |
| parent | 2c5002242a429930f539f2f436178857027f971b (diff) | |
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2657a81d92e..a5eda35d26f 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) |
