python312Packages.aio-pika: refactor

This commit is contained in:
Fabian Affolter 2024-04-08 18:21:16 +02:00
parent 0b1975787e
commit 1f51584b8a
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ buildPythonPackage rec {
hash = "sha256-aRXYFW4fl3iXH3bwP30+TllRm4BkIUcGMX/lNfhiqjo=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiormq
yarl
];