python311Packages.nats-py: refactor

This commit is contained in:
Fabian Affolter 2024-04-16 19:31:49 +02:00
parent 77502bb56e
commit b104cf86f2

View File

@ -27,9 +27,9 @@ buildPythonPackage rec {
hash = "sha256-5lvdt1JbOmdts0CYU00bSmv0LsMQsOe//yUgyevBULE="; hash = "sha256-5lvdt1JbOmdts0CYU00bSmv0LsMQsOe//yUgyevBULE=";
}; };
nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ];
propagatedBuildInputs = [ ed25519 ]; dependencies = [ ed25519 ];
passthru.optional-dependencies = { passthru.optional-dependencies = {
aiohttp = [ aiohttp ]; aiohttp = [ aiohttp ];