python3Packages.lc7001: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-19 16:06:22 +02:00
committed by Sandro Jäckel
parent 9a367d1633
commit bd440ac0d0
@@ -4,6 +4,7 @@
, fetchPypi
, pythonOlder
, poetry-core
, setuptools
}:
buildPythonPackage rec {
@@ -20,6 +21,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [