diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-14 22:53:17 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-15 11:33:13 +0800 |
commit | b720aa9c2e3d06774f08ebefbdeb1fa9d8da6c3d (patch) | |
tree | 0af02dbe82f8bd1846a81aa1d656f8cacd4380f9 /gnu/packages/python-xyz.scm | |
parent | cfd4f56f75a20b6732d463180d211f796c9032e5 (diff) | |
download | guix-b720aa9c2e3d06774f08ebefbdeb1fa9d8da6c3d.tar.gz guix-b720aa9c2e3d06774f08ebefbdeb1fa9d8da6c3d.zip |
gnu: python-pygdbmi: Fix build.
* gnu/packages/python-xyz.scm (python-pygdbmi)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I3c21fd1e8af54f672addaa5eee2ed0bfa10c011e
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 503a224954..7004338de2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7405,6 +7405,7 @@ text styles of documentation.") (sha256 (base32 "1c0z4snkjiyl1iq4m1k6liwg0b4pdv2as4bfyvcm0mpjzki6na3s")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/cs01/pygdbmi") (synopsis "Parse gdb machine interface output with Python") (description "This package provides a parse gdb machine interface output |