python3Packages.poppler-qt5: add setuptools to nativeBuildInputs
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, pyqt-builder
|
||||
, poppler
|
||||
, pkg-config
|
||||
, setuptools
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
@@ -32,7 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [ qtbase.dev poppler pyqt-builder ];
|
||||
nativeBuildInputs = [ pkg-config qmake sip ];
|
||||
nativeBuildInputs = [ pkg-config qmake sip setuptools ];
|
||||
propagatedBuildInputs = [ pyqt5.dev ];
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
Reference in New Issue
Block a user