gnu: python2-pyqt: Propagate requireed inputs.
* gnu/packages/qt.scm (python2-pyqt)[propagated-inputs]: Add PYTHON2-SIP and PYTHON-ENUM34. New field.master
parent
dd2d3ed2d3
commit
4c1ca82487
|
@ -2130,6 +2130,9 @@ itself.")
|
||||||
(define-public python2-pyqt
|
(define-public python2-pyqt
|
||||||
(package (inherit python-pyqt)
|
(package (inherit python-pyqt)
|
||||||
(name "python2-pyqt")
|
(name "python2-pyqt")
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-enum34" ,python2-enum34)
|
||||||
|
("python-sip" ,python2-sip)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sip" ,python2-sip)
|
`(("python-sip" ,python2-sip)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
|
|
Reference in New Issue