pythonPackages.pysideTools: add python deps to propagatedBuildInputs
This commit is contained in:
parent
6b8f80053f
commit
de1634a36e
@ -15,7 +15,9 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ pyside qt4 pysideShiboken ];
|
||||
buildInputs = [ qt4 ];
|
||||
|
||||
propagatedBuildInputs = [ pyside pysideShiboken ];
|
||||
|
||||
meta = {
|
||||
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||
|
Loading…
x
Reference in New Issue
Block a user