python3Packages.bsblan: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-19 16:05:37 +02:00
committed by Sandro Jäckel
parent 7851a32a7f
commit cdd4d3e165
@@ -11,6 +11,7 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, setuptools
, yarl
}:
@@ -30,6 +31,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [