python3Packages.pyqt5: add setuptools
This commit is contained in:
parent
6a851472f2
commit
c221631cee
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, setuptools
|
||||
, isPy27
|
||||
, fetchPypi
|
||||
, pkg-config
|
||||
|
@ -61,6 +62,7 @@ buildPythonPackage rec {
|
|||
nativeBuildInputs = with libsForQt5; [
|
||||
pkg-config
|
||||
qmake
|
||||
setuptools
|
||||
lndir
|
||||
sip
|
||||
qtbase
|
||||
|
|
Loading…
Reference in a new issue