[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/397: gnu: python-angr: Add missing inputs.
From: |
guix-commits |
Subject: |
293/397: gnu: python-angr: Add missing inputs. |
Date: |
Thu, 16 Jan 2025 04:30:54 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 43e76710fe163069db4bf2271e46ce1e710b9754
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 22:02:37 2025 +0100
gnu: python-angr: Add missing inputs.
* gnu/packages/python-xyz.scm (python-angr)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: If63c07b6d436b8ef2dac55e976a7715ac510edd8
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1760cefcab..b0160dc97a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36161,6 +36161,8 @@ mangled symbols, which can be used for directly
extracting type information.")
unicorn))
(native-inputs `(("python-pytest" ,python-pytest)
("python-pytest-xdist" ,python-pytest-xdist)
+ ("python-setuptools" ,python-setuptools)
+ ("python-wheel" ,python-wheel)
("binaries"
;; This repository ships several binaries used only for
testing
;; purpose. The binaries are not executed and not part
of the
- 303/397: gnu: python-sge: Fix build., (continued)
- 303/397: gnu: python-sge: Fix build., guix-commits, 2025/01/16
- 319/397: gnu: python-scripttest: Disable tests., guix-commits, 2025/01/16
- 285/397: gnu: python-pyrodigal: Add missing input., guix-commits, 2025/01/16
- 308/397: gnu: python-wiimatch: Fix build., guix-commits, 2025/01/16
- 312/397: gnu: python-types-dateutil: Fix build., guix-commits, 2025/01/16
- 326/397: gnu: python-pytest-ordering: Switch to maintained fork pytest-order., guix-commits, 2025/01/16
- 300/397: gnu: beets: Add missing input., guix-commits, 2025/01/16
- 325/397: gnu: python-pytest-pycodestyle: Update to 2.4.1., guix-commits, 2025/01/16
- 298/397: gnu: python-django-allauth: Update to 65.3.1., guix-commits, 2025/01/16
- 297/397: gnu: Add python-python3-saml., guix-commits, 2025/01/16
- 293/397: gnu: python-angr: Add missing inputs.,
guix-commits <=
- 321/397: gnu: python-pyxb: Switch to maintained fork pyxb-x., guix-commits, 2025/01/16
- 306/397: gnu: python-wtforms-sqlalchemy: Fix build., guix-commits, 2025/01/16
- 336/397: gnu: python-agate-dbf: Update to 0.2.3., guix-commits, 2025/01/16
- 343/397: gnu: python-zeep: Update to 4.3.1., guix-commits, 2025/01/16
- 339/397: gnu: Remove wireservice-package syntax rule., guix-commits, 2025/01/16
- 379/397: gnu: python-fsspec: Update to 2024.12.0., guix-commits, 2025/01/16
- 387/397: gnu: python-ebooklib: Fix build., guix-commits, 2025/01/16
- 09/397: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2025/01/16
- 13/397: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/16
- 22/397: gnu: Add python-devpi-server., guix-commits, 2025/01/16