[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: python-nampa: Add missing inputs.
From: |
guix-commits |
Subject: |
03/12: gnu: python-nampa: Add missing inputs. |
Date: |
Sun, 12 Jan 2025 15:53:01 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 20b036429663b4cff1f20cce6d860a0f01ee0579
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 21:39:53 2025 +0100
gnu: python-nampa: Add missing inputs.
* gnu/packages/python-xyz.scm (python-nampa)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idbfc6152e59257f68246b7c02c955ba371e6d4a2
---
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 8481e07539..85e13bb960 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36009,6 +36009,7 @@ were local.")
(base32 "0k6cq2gflpkm40qhgqbbcjmq5lq589c15bmk567qyh3d08062hvd"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-future))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/thebabush/nampa")
(synopsis "Python implementation of IDA Pro's FLIRT technology")
(description
- branch python-team updated (a9b4327759 -> 8c85853f42), guix-commits, 2025/01/12
- 04/12: gnu: python-mulpyplexer: Add missing inputs., guix-commits, 2025/01/12
- 06/12: gnu: python-xarray-datatree: Add missing inputs., guix-commits, 2025/01/12
- 10/12: gnu: python-pyrodigal: Add missing input., guix-commits, 2025/01/12
- 01/12: gnu: python-cart: Add missing inputs., guix-commits, 2025/01/12
- 07/12: gnu: python-xarray-schema: Add missing inputs., guix-commits, 2025/01/12
- 02/12: gnu: python-pysmt: Add missing inputs., guix-commits, 2025/01/12
- 11/12: gnu: python-pyro-ppl: Add missing inputs., guix-commits, 2025/01/12
- 05/12: gnu: python-itanium-demangler: Add missing inputs., guix-commits, 2025/01/12
- 09/12: gnu: python-pynetbox: Update to 7.4.1., guix-commits, 2025/01/12
- 03/12: gnu: python-nampa: Add missing inputs.,
guix-commits <=
- 08/12: gnu: python-hy: Add missing inputs., guix-commits, 2025/01/12
- 12/12: gnu: python-whatshap: Add missing input., guix-commits, 2025/01/12