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:
Jörg Thalheim 2019-12-21 07:26:11 +00:00
parent 88a473fc12
commit 001999e25b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -12,8 +12,7 @@ buildPythonPackage {
format = "other";
nativeBuildInputs = [ lndir sip qtbase ];
buildInputs = [ qscintilla ];
propagatedBuildInputs = [ pyqt5 ];
buildInputs = [ qscintilla pyqt5 ];
postPatch = ''
substituteInPlace Python/configure.py \