gnu: python-pyqt: Propagate python-sip.

* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
master
Eric Bavier 2017-02-03 09:59:09 -06:00
parent d8768e3172
commit 499991cfe8
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 3 additions and 2 deletions

View File

@ -1215,8 +1215,9 @@ module provides support functions to the automatically generated code.")
(patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("python-sip" ,python-sip)
("qtbase" ,qtbase))) ; for qmake
`(("qtbase" ,qtbase))) ; for qmake
(propagated-inputs
`(("python-sip" ,python-sip)))
(inputs
`(("python" ,python-wrapper)
("qtbase" ,qtbase)