python3Packages.pyqt5: add setuptools

This commit is contained in:
Vladimír Čunát 2022-09-17 09:11:38 +02:00
parent 6a851472f2
commit c221631cee
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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