mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyqt5-sip: Switch to pyproject-build-system.
* gnu/packages/qt.scm (python-pyqt5-sip) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: Ibd9d1cb939ec89ec400e67ffc5379eaa7669ab78
This commit is contained in:
parent
da9c017885
commit
e0f775f412
1 changed files with 3 additions and 1 deletions
|
@ -4542,9 +4542,11 @@ contain over 620 classes.")
|
|||
(sha256
|
||||
(base32
|
||||
"0kqbz61fcbv9indv927cic90x0kbfzi2h1hcvjgsyf92pp6ssbb8"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; No test code.
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://www.riverbankcomputing.com/software/sip/")
|
||||
(synopsis "Sip module support for PyQt5")
|
||||
(description "Sip module support for PyQt5")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue