python3.pkgs.Nuitka: remove unused pyqt4 dependency
This commit is contained in:
parent
3d1d7419d4
commit
ea9b800dde
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, vmprof
|
||||
, pyqt4
|
||||
, isPyPy
|
||||
, pkgs
|
||||
, scons
|
||||
|
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-8eWOcxATVS866nlN39b2VU1CuXAfcn0yQsDweHS2yDU=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ vmprof pyqt4 ];
|
||||
nativeCheckInputs = [ vmprof ];
|
||||
nativeBuildInputs = [ scons ];
|
||||
propagatedBuildInputs = [ chrpath ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue