Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.aio-pika: refactor

+2 -2
+2 -2
pkgs/development/python-modules/aio-pika/default.nix
··· 28 28 hash = "sha256-aRXYFW4fl3iXH3bwP30+TllRm4BkIUcGMX/lNfhiqjo="; 29 29 }; 30 30 31 - nativeBuildInputs = [ 31 + build-system = [ 32 32 poetry-core 33 33 ]; 34 34 35 - propagatedBuildInputs = [ 35 + dependencies = [ 36 36 aiormq 37 37 yarl 38 38 ];