python3Packages.lc7001: add setuptools to nativeBuildInputs
This commit is contained in:
parent
9a367d1633
commit
bd440ac0d0
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchPypi
|
||||
, pythonOlder
|
||||
, poetry-core
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue