python3Packages.lc7001: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 04:58:18 +02:00 committed by Sandro Jäckel
parent 9a367d1633
commit bd440ac0d0
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -4,6 +4,7 @@
, fetchPypi
, pythonOlder
, poetry-core
, setuptools
}:
buildPythonPackage rec {
@ -20,6 +21,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [