mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
c088812c56
commit
c4e5eee372
@@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, packaging
|
||||
, tomli
|
||||
, setuptools
|
||||
, lib
|
||||
}:
|
||||
|
||||
@@ -19,6 +20,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
packaging
|
||||
tomli
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user