python3Packages.python-rabbitair: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 04:34:26 +02:00 committed by Sandro Jäckel
parent 6059df1b3b
commit 72769f5839
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -5,6 +5,7 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
, typing-extensions
, zeroconf
}:
@ -23,6 +24,10 @@ buildPythonPackage rec {
hash = "sha256-CGr7NvnGRNTiKq5BpB/zmfgyd/2ggTbO0nj+Q+MavTs=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
cryptography
zeroconf