python3Packages.aurorapy: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-16 18:40:52 +02:00 committed by Frederik Rietdijk
parent 9426aa38d0
commit 8b2674fab1

View file

@ -5,6 +5,7 @@
, pyserial
, pytestCheckHook
, pythonOlder
, setuptools
, six
}:
@ -22,6 +23,10 @@ buildPythonPackage rec {
hash = "sha256-rGwfGq3zdoG9NCGqVN29Q4bWApk5B6CRdsW9ctWgOec=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
future
pyserial