python310Packages.setuptools-scm: fix cross compile of dependents

Packages depending on setuptools-scm need the setuptools module at
build time. Add setuptools to the propagatedBuildInputs so this is
guaranteed. This fixes cross compile of the dependent packages.

(cherry picked from commit 77e6eda9b2)
This commit is contained in:
squalus
2022-06-30 09:24:58 -07:00
committed by github-actions[bot]
parent c088812c56
commit c4e5eee372

View File

@@ -3,6 +3,7 @@
, fetchPypi
, packaging
, tomli
, setuptools
, lib
}:
@@ -19,6 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
packaging
tomli
setuptools
];
pythonImportsCheck = [