python3.pkgs.qscintilla-qt5: don't propagate pyqt5
Since this package symlinks pyqt5 in its own tree, propagating pyqt5 is detected as a conflict by our python setup hook.
This commit is contained in:
parent
88a473fc12
commit
001999e25b
|
@ -12,8 +12,7 @@ buildPythonPackage {
|
|||
format = "other";
|
||||
|
||||
nativeBuildInputs = [ lndir sip qtbase ];
|
||||
buildInputs = [ qscintilla ];
|
||||
propagatedBuildInputs = [ pyqt5 ];
|
||||
buildInputs = [ qscintilla pyqt5 ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Python/configure.py \
|
||||
|
|
Loading…
Reference in New Issue