mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-pygdbmi: Fix build.
* gnu/packages/python-xyz.scm (python-pygdbmi)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3c21fd1e8af54f672addaa5eee2ed0bfa10c011e
This commit is contained in:
parent
cfd4f56f75
commit
b720aa9c2e
1 changed files with 1 additions and 0 deletions
|
@ -7405,6 +7405,7 @@ (define-public python-pygdbmi
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue